Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anton164 authored Apr 24, 2024
1 parent 14cfa61 commit df1135e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ This repository contains the code behind the data analysis presented in the Vote
- [Figshare dataset publication](https://doi.org/10.6084/m9.figshare.13571084) with digital object identifier (DOI) **10.6084/m9.figshare.13571084**


## Repository set up

## Run the streamlit app
```
pip install -r requirements.txt
python -m spacy download en_core_web_lg
streamlit run app.py
```

### Run the streamlit app
## Full repository set up
```
streamlit run app.py
pip install -r requirements_extra.txt
python -m spacy download en_core_web_lg
```

# For repository maintainers (stechlab)
Expand Down

0 comments on commit df1135e

Please sign in to comment.