Installation Instructions:
-
Fork the repository.
-
Clone the git repository to your local machine.
-
Add the following packages to the forked root repository directory:
- python -m pip install Django
- pip install pymongo
- pip install bcrypt
- pip install openai==0.28.1
-
Add the config.py to the main directory:
-
After all installations, run the following command in terminal (in the project main directory) to run the project:
- execute run.sh
-
Right click on the server IP to run on the local machine.