Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sethu authored Aug 18, 2024
1 parent 8078045 commit f60d7e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ _m4a, mp3, webm, mp4, mpga, wav, mpeg_
python 3.8.1 or above
Ollam
> curl -fsSL https://ollama.com/install.sh | sh

Llama 3.1 model
> ollama run llama3.1

Expand All @@ -26,13 +27,14 @@ Clone this github repository
Create python virtual environment
> python3 -m lingo
Activate the virtual environment
> source lingo/bin/activate
Install dependencies
> pip install -r requirements.txton
> pip install -r requirements.txt
Execute the appllilcation
Execute the applilcation
> python3 app.py
It will execute and prints the url in the output console, copy the url and paste in the brwoser
Expand Down

0 comments on commit f60d7e7

Please sign in to comment.