Skip to content

LinkedInLearning/Chat-with-Your-Data-Using-ChatGPT_4769005

Repository files navigation

Chat with Your Data Using ChatGPT

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].

course-name-alt-text

Requirements

Setup

  1. Clone this repo (or download the files).
  2. Create and activate a virtual environment:
    python -m venv venv
    source venv/bin/activate   # macOS/Linux
    venv\Scripts\activate      # Windows
  3. Install dependencies:
    pip install -r requirements.txt
  4. 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

Running the Examples

Run the main demo script to see all lessons in action:

python research_agent.py

About

This is a repo for the LinkedIn Learning course: Chat with Your Data Using ChatGPT

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors