REPOSITORY OVERVIEWLive repository statistics
★ 238Stars
⑂ 69Forks
◯ 7Open issues
◉ 238Watchers
74/100
OPENREPOHUB HEALTH SIGNALHealthy signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
100 Community adoption25% weight
47 Maintenance state20% weight
85 License clarity10% weight
0 Project information10% weight
100 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
AI Tutor RAG System
Welcome to the AI Tutor RAG (Retrieval-Augmented Generation) System repository! This repository contains a collection of Jupyter notebooks designed to support the RAG course, focusing on techniques for enhancing AI models with retrieval-based methods.
Course Notebooks
You can find all the course notebooks in the notebooks directory. These notebooks cover various aspects of building and fine-tuning RAG models, providing both theoretical background and practical, hands-on examples.
Running the Notebooks
You have two options for running the code in these notebooks:
- Run Locally: You can clone the repository and run the notebooks on your local machine. To do this, ensure you have a Python installation with the necessary dependencies.
- Run on Google Colab: Each notebook includes a link at the top to open it directly in Google Colab, making it easy to run without local setup.
About This Repository
- Audience: Designed for students and professionals interested in AI and natural language processing.
- Topics Covered: The notebooks cover foundational and advanced concepts in retrieval-augmented generation, including:
- Data retrieval techniques
- Model integration with retrieval systems
- Practical applications of RAG in real-world scenarios
Getting Started
Clone the repository and explore the notebooks at your own pace. Whether running them locally or in Colab, these notebooks will guide you step-by-step, enhancing your learning experience.
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This is a Jupyter Notebook which explains how to use LangChain and the Open AI API to create a PandasDataFrame Agent. This notebook is accompanied a more detailed Medium article https://zhijingeu.medium.com/building-a-natural-language-enabled-pandas-dataframe-agent-with-langchain-openai-f23ac12180df#50a5
31/100 healthActive repository
Jupyter NotebookNo license
⑂ 4 forks◯ 0 issuesUpdated Feb 20, 2025
This work is about creating a DQN agent, able to learn and well perform in the Atari2600 Pong, using Reinfrocement Learning and Deep Q-Network. The code is developed on a jupyter notebook in python while the game environment is provided by OpenAi called "OpenAi Gym".
32/100 healthActive repository
Jupyter NotebookNo license#reinforcement-learning#reinforcement-learning-agent#reinforcement-learning-algorithms
⑂ 0 forks◯ 0 issuesUpdated May 11, 2025