Go to file
2024-12-28 18:01:52 -05:00
.vscode first commit 2024-12-28 18:01:52 -05:00
data first commit 2024-12-28 18:01:52 -05:00
src/main first commit 2024-12-28 18:01:52 -05:00
.gitignore first commit 2024-12-28 18:01:52 -05:00
current_goal.txt first commit 2024-12-28 18:01:52 -05:00
dependency-reduced-pom.xml first commit 2024-12-28 18:01:52 -05:00
improvement_ideas.txt first commit 2024-12-28 18:01:52 -05:00
mypy.ini first commit 2024-12-28 18:01:52 -05:00
pom.xml first commit 2024-12-28 18:01:52 -05:00
pyproject.toml first commit 2024-12-28 18:01:52 -05:00
README.md first commit 2024-12-28 18:01:52 -05:00
web.json first commit 2024-12-28 18:01:52 -05:00

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

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