The Wayback Machine - https://web.archive.org/web/20211029204806/https://github.com/benthecoder/linkedin-visualizer
Skip to content
main
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Oct 29, 2021
Oct 29, 2021
Oct 29, 2021
Oct 29, 2021
Oct 29, 2021
Oct 29, 2021

Linkedin Visualizer 🕸️

Streamlit App

Visualize your LinkedIn connections with Pyvis and Networkx

streamlit app gif

Interested in how the code works?

Read the article for this project: Visualize your LinkedIn Network with Python

Run Locally

Clone the project

  git clone https://github.com/benthecoder/linkedin-visualizer.git

Go to the project directory

  cd linkedin-visualizer

Create Conda environment

  conda create --name env_name python=3.8

Activate the environment

  conda activate env_name

Install requirements

  pip install -r requirements.txt

Run streamlit

  streamlit run app.py

Contributing

Contributions are always welcome!

License

MIT