Go to file
austin ee5f4eab86
All checks were successful
studiorailgun/trpg/pipeline/head This commit looks good
initial pass at first query parsing
2024-12-29 20:52:42 -05:00
.vscode add nlp parser 2024-12-29 15:52:43 -05:00
data initial pass at first query parsing 2024-12-29 20:52:42 -05:00
docs some query processing work 2024-12-29 16:48:46 -05:00
src initial pass at first query parsing 2024-12-29 20:52:42 -05:00
.gitignore graph exporting 2024-12-29 11:01:40 -05:00
current_goal.txt initial pass at first query parsing 2024-12-29 20:52:42 -05:00
dependency-reduced-pom.xml first commit 2024-12-28 18:01:52 -05:00
Jenkinsfile fix java version 2024-12-29 11:26:49 -05:00
mypy.ini mypy config update 2024-12-28 18:03:53 -05:00
pom.xml add nlp parser 2024-12-29 15:52:43 -05:00
pyproject.toml first commit 2024-12-28 18:01:52 -05:00
README.md classification model for sentence function 2024-12-29 14:05:27 -05:00
web.json recursive knowledge webs 2024-12-29 17:52:02 -05:00

python -m venv .venv
source ./.venv/Scripts/activate
pip install tensorflow keras mypy pandas numpy types-tensorflow

In settings, make sure to check Run Using Active Interpreter in mypy settings