Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yaswanthsai002 authored Oct 31, 2023
1 parent 4937420 commit c64a6ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ The AsanaAI application is a Virtual Yoga Asana Assistant that uses Machine Lear
## <u>Steps to use the application:</u>
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 \<name-of-environment\>"
3. Activate the environment using the command "source \<name-of-environment\>/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 \<name-of-environment\>/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"
Expand Down

0 comments on commit c64a6ca

Please sign in to comment.