social-stat / README.md
molokhovdmitry's picture
Update README
47d6fb9
|
raw
history blame
No virus
254 Bytes
# social-stat
Streamlit web application for social network analysis.
# Installation and Running
```
git clone https://github.com/molokhovdmitry/social-stat
python -m pip install --upgrade pip
pip install -r requirements.txt
streamlit run src/app.py
```