- Use Python 3.8.x
python3 -m pip install Django==3.1.7pip install Pillowpip install django-phonenumber-field[phonenumbers]pip install torchpip install wandbpip install torchvisionpip install sklearnpip install torchsummarypip install scikit-imagepip install pandas
OR Simply run the command below to install the dependencies required to run the project. Run it inside the virtual environment.
pip install -r requirements.txt
- Install a virtual environemnt.
- Activate the environment (
source bin/activate) - Clone the repository inside the virtual environment.
- Install the above dependencies
- Run the app by the following command by going inside the cloned repository:
python3 manage.py runserver