Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khurshiduktamov authored Jun 6, 2024
1 parent 46a41a0 commit df3b320
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ All these data only for Tashkent city.
```sh
git clone https://github.com/khurshiduktamov/aqi-prediction-app.git
cd aqi-prediction-app
```
#### 2. Installing dependencies
```sh
pip install -r requirements.txt
```
#### 3. Run the streamlit app
```sh
streamlit run app/main.py
```

Workflow

Expand Down Expand Up @@ -49,3 +52,4 @@ git add .gitattributes
git add data/models/prophet_model.pkl
git commit -m "Track model files with Git LFS"
git push
```

0 comments on commit df3b320

Please sign in to comment.