Skip to content

JangoBlud/Chatbot-Streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot Streamlit Project 🤖

A Python-based chatbot built with Streamlit that answers questions from a preprocessed FAQ dataset using Information Retrieval (IR).

Features ✨

Interactive chatbot interface

Fast retrieval of answers

Deployable on Streamlit Cloud

Minimal and clean project structure

Quick Start 🚀

Clone the repository

git clone https://github.com/username/Chatbot-Streamlit.git cd Chatbot-Streamlit

Install dependencies

pip install -r requirements.txt

Run locally

streamlit run app.py

Streamlit Deployment 🌐

Go to Streamlit Share

Click New app → From GitHub

Select your repository, branch main, main file app.py

Click Deploy → Done!

Dependencies 📦

All required packages are in requirements.txt, e.g., streamlit, numpy, pandas, scikit-learn, nltk.

About

Chatbot Streamlit Project

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors