Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
1-Download and install Python 3.10.18 from this website-> https://www.python.org/downloads/release/python-31018/ 2-If you have an nvidia gpu that has CUDA support pls run this command in your terminal: pip3 install torch torchaudio --index-url https://download.pytorch.org/whl/cu128 (this might take some time) 3-!!!SKIP THIS STEP IF YOU ALREADY COMPLETED STEP 2!!! run this command in your terminal: pip3 install torch torchvision 4-Go to the folder that your requirements.txt file is at and run this command pip install -r requirements.txt 5-Add your desired file paths to the "config.txt" file do not change the formatting of the dependancy or the config file 6-Open your terminal and run python apollo.py whenever u want to run the program KEEP ALL FILES UNDER THE SAME FOLDER AND MAKE SURE THAT YOU ARE USING YOUR TERMINAL FROM THAT FOLDER. DON'T MODIFY THE PYTHON FILE.