We are going to make the Neural Networks Great Again!
- Tested with Python 3.10 (If something goes wrong, you know what to do.)
- Create Virtual Environment
python3.10 -m venv venv
- Activate the virtual environment
# On Windows:
venv\Scripts\activate
# On macOS/Linux:
source venv/bin/activate
- Install dependencies
# On Windows:
pip install -r requirementsWindows.txt
# On macOS/Linux:
pip install -r requirementsMac.txt