LinkedIn to Portfolio Site Generator
1.0.0
This project is a Python script that scrapes your Linkedin PDF and generates a customized portfolio site using OpenAI's GPT-4 model.
We interact with the GPT-4 model using LangChain.
For this demo, I used LangChain's Co-founder and CEO Harrison Chase's LinkedIn.
You can find his deployed site here: https://harrison-six.vercel.app/
Video: https://www.youtube.com/watch?v=jY5UnSBq8sI

Before you begin, ensure you have met the following requirements:
Clone the repo
git clone https://github.com/waseemhnyc/LinkedIn-to-Portfolio-Site-GeneratorCreate a virutalenv and source the environment
python3 -m venv myenv
source venv/bin/activateInstall the necessary libraries
pip install -r requirements.txtCreate a .env file and input your OpenAI API Key in the file
cp .env.example .envTo run the program, run the following command in the terminal:
python main.pyThis project is licensed under the MIT License - see the LICENSE file for details.