Spaces:
Sleeping
Sleeping
molokhovdmitry
commited on
Commit
·
80d2de8
1
Parent(s):
7f52254
Revert "Delete README.md"
Browse filesThis reverts commit 7f52254cf3487a88fb4dfe87a1d0f386ac2bcb93.
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Social-Stat
|
3 |
+
emoji: 🦕
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: pink
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.29.0
|
8 |
+
app_file: src/app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
# social-stat
|
13 |
+
Streamlit web application for social network analysis.
|
14 |
+
|
15 |
+
# Installation and Running
|
16 |
+
```
|
17 |
+
git clone https://github.com/molokhovdmitry/social-stat
|
18 |
+
python -m pip install --upgrade pip
|
19 |
+
pip install -r requirements.txt
|
20 |
+
streamlit run src/app.py
|
21 |
+
```
|