This is the repository for the LinkedIn Learning course Chat with Your Data Using ChatGPT. The full course is available from [LinkedIn Learning][lil-course-url].
- Python 3.9+
- An OpenAI API key
- Clone this repo (or download the files).
- Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # macOS/Linux venv\Scripts\activate # Windows
- Install dependencies:
pip install -r requirements.txt
- Set your OpenAI API key or place in .env file:
export OPENAI_API_KEY="your_api_key" # macOS/Linux setx OPENAI_API_KEY "your_api_key" # Windows PowerShell
Run the main demo script to see all lessons in action:
python research_agent.py