-
Navigate to the Origami App directory:
cd OrigamiApp
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
- For Windows:
venv\Scripts\Activate
- For Linux:
source venv/bin/activate
- For Windows:
-
Install project dependencies from the
requirements.txt
file:pip install -r requirements.txt
-
Change to the
image_classification_project
directory:cd image_classification_project
-
Run the project:
python manage.py runserver
Now, your Origami App project should be up and running!