Skip to content

rafdls/ai-learning-python-notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Learning Python Notebooks

A collection of Jupyter notebooks for learning and experimenting with AI frameworks and Large Language Models (LLMs), including OpenAI Agents, LangChain, and other popular AI tools.

Setup

  1. Install uv (if not already installed):

    curl -LsSf https://astral.sh/uv/install.sh | sh
  2. Install dependencies:

    uv sync
  3. Set up environment variables:

    Create a .env file in the project root and add your OpenAI API key:

    OPENAI_API_KEY=your_openai_api_key_here
  4. Open notebooks: Launch VS Code or Jupyter and select the Python kernel from the virtual environment created by uv when opening notebook files.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •