Skip to content

CODEBRAKERBOYY/AI-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– AI-Chatbot

A simple AI chatbot built with Hugging Face Blenderbot and Streamlit.

πŸš€ How to Run

AI-Chatbot/
β”‚
β”œβ”€β”€ chatbot.py           # Main Streamlit app
β”œβ”€β”€ requirements.txt     # Dependencies
β”œβ”€β”€ venv/                # Virtual environment (optional)
└── README.md            # Project documentation
  1. Clone repo
    git clone https://github.com/codebrakerboy/AI-Chatbot.git
    cd AI-Chatbot

Create virtual environment

python3 -m venv venv
source venv/bin/activate

Install dependencies

 pip install -r requirements.txt

Run the chatbot

streamlit run chatbot.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages