An AI-powered chatbot with conversational memory designed to facilitate intuitive discussions of CSV, PDF, TXT data, and YouTube videos.
- Python 3.8 or higher
- Git
-
Clone the repository:
git clone https://github.com/z3roai/IntelliData-Chatbot.git
-
Navigate to the project directory:
cd IntelliData-Chatbot -
Create and activate a virtual environment:
python -m venv .venv .\.venv\Scripts\activate
-
Install dependencies:
pip install -r requirements.txt
-
Launch the application:
streamlit run src/Home.py
The service will be available locally at the provided Streamlit URL.