LinkedIn connections analyzer

Overview

LinkedIn Connections Analyzer

๐Ÿ”— https://linkedin-analzyer.herokuapp.com

GIF of end product

Hey hey ๐Ÿ‘‹ , welcome to my LinkedIn connections analyzer. I recently found out that LinkedIn allow you to export your connections data in CSV format. I got curious and downloaded a copy for myself found out it contains informations that is publicly available to LinkedIn users. Data you are seeing now is my (Okkar Min's) connections data. If you would like to see your own data, just upload your Connections.csv obtained from LinkedIn using the uploader box

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

  1. Clone this repository
  2. Install dependencies
  3. 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
Owner
Okkar Min
Make everything as simple as possible not simpler https://xkcd.com/1319/
Okkar Min
1900-2016 Olympic Data Analysis in Python by plotting different graphs

๐Ÿ”ฅ Olympics Data Analysis ๐Ÿ”ฅ In Data Science field, there is a big topic before creating a model for future prediction is Data Analysis. We can find o

Sayan Roy 1 Feb 06, 2022
metedraw is a project mainly for data visualization projects of Atmospheric Science, Marine Science, Environmental Science or other majors

It is mainly for data visualization projects of Atmospheric Science, Marine Science, Environmental Science or other majors.

Nephele 11 Jul 05, 2022
View part of your screen in grayscale or simulated color vision deficiency.

monolens View part of your screen in grayscale or filtered to simulate color vision deficiency. Watch the demo on YouTube. Install with pip install mo

Hans Dembinski 31 Oct 11, 2022
ๅœจๅŽŸ็ฅžไธญไฝฟ็”จๅ›ดๆ ็ป˜ๅ›พ

yuanshen_draw ๅœจๅŽŸ็ฅžไธญไฝฟ็”จๅ›ดๆ ็ป˜ๅ›พ ๆ–‡ไปถ่ฏดๆ˜Ž toLines.py ๅฐ†ไธ€ๅผ ๅ›พ็‰‡่ฝฌๆขไธบๅฏนๅบ”็š„็บฟๆก้›†ๅˆ๏ผŒ่ง†้ข‘ๅฏไปฅๆŒ‰ๅธง่ฝฌๆขใ€‚ draw.py ๅœจๅŽŸ็ฅžๅฎถๅ›ญ้‡Œ็ป˜ๅˆถไธ€ๅผ ็บฟๆกๅ›พใ€‚ draw_video.py ๅœจๅŽŸ็ฅžๅฎถๅ›ญ้‡Œ็ป˜ๅˆถ่ง†้ข‘(่‡ชๅŠจๆŒ‰ๅธงๆ‘†ๆ”พ๏ผŒๆˆชๅ›พ(win)ๅนถๅ›žๆ”ถ) cat_to_video.py

14 Oct 08, 2022
Color scales in Python for humans

colorlover Color scales for humans IPython notebook: https://plot.ly/ipython-notebooks/color-scales/ import colorlover as cl from IPython.display impo

Plotly 146 Sep 25, 2022
Project coded in Python using Pandas to look at changes in chase% for batters facing a pitcher first time through the order vs. thrid time

Project coded in Python using Pandas to look at changes in chase% for batters facing a pitcher first time through the order vs. thrid time

Jason Kraynak 1 Jan 07, 2022
Lime: Explaining the predictions of any machine learning classifier

lime This project is about explaining what machine learning classifiers (or models) are doing. At the moment, we support explaining individual predict

Marco Tulio Correia Ribeiro 10.3k Dec 29, 2022
Automatically visualize your pandas dataframe via a single print! ๐Ÿ“Š ๐Ÿ’ก

A Python API for Intelligent Visual Discovery Lux is a Python library that facilitate fast and easy data exploration by automating the visualization a

Lux 4.3k Dec 28, 2022
Draw tree diagrams from indented text input

Draw tree diagrams This repository contains two very different scripts to produce hierarchical tree diagrams like this one: $ ./classtree.py collectio

Luciano Ramalho 8 Dec 14, 2022
๐Ÿž ๐Ÿ“Š Ladybug extension to generate 2D charts

ladybug-charts Ladybug extension to generate 2D charts. Installation pip install ladybug-charts QuickStart import ladybug_charts API Documentation Loc

Ladybug Tools 3 Dec 30, 2022
plotly scatterplots which show molecule images on hover!

molplotly Plotly scatterplots which show molecule images on hovering over the datapoints! Required packages: pandas rdkit jupyter_dash โžก๏ธ See example.

150 Dec 28, 2022
This is a super simple visualization toolbox (script) for transformer attention visualization โœŒ

Trans_attention_vis This is a super simple visualization toolbox (script) for transformer attention visualization โœŒ 1. How to prepare your attention m

Mingyu Wang 3 Jul 09, 2022
Plotting data from the landroid and a raspberry pi zero to a influx-db

landroid-pi-influx Plotting data from the landroid and a raspberry pi zero to a influx-db Dependancies Hardware: Landroid WR130E Raspberry Pi Zero Wif

2 Oct 22, 2021
Python package to visualize and cluster partial dependence.

partial_dependence A python library for plotting partial dependence patterns of machine learning classifiers. The technique is a black box approach to

NYU Visualization Lab 25 Nov 14, 2022
Some problems of SSLC ( High School ) before outputs and after outputs

Some problems of SSLC ( High School ) before outputs and after outputs 1] A Python program and its output (output1) while running the program is given

Fayas Noushad 3 Dec 01, 2021
Multi-class confusion matrix library in Python

Table of contents Overview Installation Usage Document Try PyCM in Your Browser Issues & Bug Reports Todo Outputs Dependencies Contribution References

Sepand Haghighi 1.3k Dec 31, 2022
Data Visualizer Web-Application

Viz-It Data Visualizer Web-Application If I ask you where most of the data wrangler looses their time ? It is Data Overview and EDA. Presenting "Viz-I

Sagnik Roy 17 Nov 20, 2022
Example Code Notebooks for Data Visualization in Python

This repository contains sample code scripts for creating awesome data visualizations from scratch using different python libraries (such as matplotli

Javed Ali 27 Jan 04, 2023
๐Ÿ“Š๐Ÿ“ˆ Serves up Pandas dataframes via the Django REST Framework for use in client-side (i.e. d3.js) visualizations and offline analysis (e.g. Excel)

๐Ÿ“Š๐Ÿ“ˆ Serves up Pandas dataframes via the Django REST Framework for use in client-side (i.e. d3.js) visualizations and offline analysis (e.g. Excel)

wq framework 1.2k Jan 01, 2023
Python ts2vg package provides high-performance algorithm implementations to build visibility graphs from time series data.

ts2vg: Time series to visibility graphs The Python ts2vg package provides high-performance algorithm implementations to build visibility graphs from t

Carlos Bergillos 26 Dec 17, 2022