Skip to content

databeli/ai_project

Repository files navigation

AI Debator Project

This project demonstrates how to connect with LLMs, build simple user interfaces, and create an interactive debating application. It is organized into three Jupyter notebooks for step-by-step learning and experimentation.

📂 Project Structure

  1. 01 Connecting with LLM.ipynb

    • Introduces how to connect with Large Language Models (LLMs).
    • Demonstrates API usage, sending prompts, and handling responses.
  2. 02 Create UI.ipynb

    • Builds a simple user interface (UI) using tools like Gradio or Streamlit.
    • Allows users to interact with the model through input and output components.
  3. 03 Project - Debator.ipynb

    • A complete application where two AI agents debate on a given topic.
    • Demonstrates multi-agent interaction and visualization of debate outcomes.

🚀 How to Run

  1. Clone or download this project.
  2. Install dependencies:
    pip install -r requirements.txt
  3. Open notebooks in Jupyter or VS Code and run them step by step.

🔑 Requirements

  • Python 3.9+
  • Jupyter Notebook
  • OpenAI SDK (or Gemini/other LLM SDK)
  • Gradio / Streamlit

🎯 Goal

This project serves as a learning journey from connecting with LLMscreating UIsbuilding an interactive debate system.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors