Skip to content

Commit

Permalink
📜 Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MemoOlv committed Oct 18, 2024
1 parent c6752df commit ea348eb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# running_analysis
Data science project to analysis running activity and performance

## 🚀 Run model

Run Docker image

```shell
docker compose run develop
```
and then, run the example

```shell
streamlit run src/app_example.py
```

Finally, open the link in local host

0 comments on commit ea348eb

Please sign in to comment.