Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
teja-tj authored Feb 3, 2024
1 parent 36bff2b commit 4d09c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The AsanaAI application is a Virtual Yoga Asana Assistant that uses Machine Learning and Django. The application is built using the Django framework and various Python libraries to accurately identify pre-trained Yoga asanas within the model.

## <u>Steps to use the application:</u>
1. Clone the repository into the system using the command "git clone https://github.com/Yaswanthsai002/AsanaAI"
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 ".\<name-of-environment\>\Scripts/activate" (windows) or "source <name-of-environmet/>/bin/activate" (macOS or Linux)
4. Install the requirements from requirements.txt using the command "pip install -r requirements.txt --upgrade"
Expand Down

0 comments on commit 4d09c2f

Please sign in to comment.