LinkedIn Connections Analyzer
Hey hey
Do let me know how I could improve this!
π₯
Technology Stack
-
π Framework : Streamlit -
π UI Components : Plotly -
π¬ Animations : Lottie
Folder structure
linkedin-connections-analyzer/
β£ββ π .streamlit # Streamlit configurations
β βββ config.toml # Custom theme
β£ββ π assets # Public assets
β β£ββ end_product.gif
β β£ββ hand_shake_mask.png
β βββ linkedin_logo.png
β£ββ π utils # Helper functions
β βββ __init__.py
β£ββ .gitignore
β£ββ Procfile # For Heroku
β£ββ README.md
β£ββ app.py # THE MVP
β£ββ okkar_connections.csv
β£ββ requirements.txt
βββ setup.sh # For Heroku
How to run
- Clone this repository
- Install dependencies
streamlit run app.py
git clone https://github.com/OkkarMin/linkedin-connections-analyzer.git
cd linkedin-connections-analzyer
pip install -r requirements.txt
streamlit run app.py