diff --git a/Readme.md b/Readme.md index 47001f8..2768609 100644 --- a/Readme.md +++ b/Readme.md @@ -5,8 +5,8 @@ The AsanaAI application is a Virtual Yoga Asana Assistant that uses Machine Lear ## Steps to use the application: 1. Clone the repository into the system using the command "git clone https://github.com/Yaswanthsai002/AsanaAI" 2. Open a terminal in the folder location and create a virtual environment using the command "python -m venv \" -3. Activate the environment using the command "source \/bin/activate" -4. Install the requirements from requirements.txt using the command "pip install requirements.txt --upgrade" +3. Activate the environment using the command "cd \/bin/activate" +4. Install the requirements from requirements.txt using the command "pip install -r requirements.txt --upgrade" 5. Run the Data Collection.py file using the command "python app/data_collection.py" 6. Run the Data Training.py file using the command "python app/data_training.py" 7. Apply makemigrations using the command "python manage.py makemigrations app"