Skip to content

rhubain/datacamp-course-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Course Creation Buddy

A minimalist demo:

Build your own Retrieval-Augmented Generation (RAG) chatbot to answer questions from your own documentation.

What’s Included

  • s1_build_docs.py – Scrapes and cleans reference materials (markdown)
  • s2_run_buddy.py – RAG chatbot (LangChain, OpenAI, FAISS, Gradio)
  • coding_session.ipynb – Step-by-step learning notebook
  • docs/ – Knowledge base (cleaned source files)

Quickstart

1. Setup:

git clone <repo>
cd <repo-folder>
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
export OPENAI_API_KEY=your_key

2. Chatbot demo:

python s2_run_buddy.py

Or follow the notebook:

jupyter notebook coding_session.ipynb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors