# 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 ```