An AI chatbot featuring conversational memory, designed to enable users to discuss their CSV, PDF, TXT data and YTB videos in a more intuitive manner. 🚀
Follow these steps to set up and run the service locally :
- Python 3.8 or higher
- Git
Create a virtual environment :
python -m venv .venv
.\.venv\Scripts\activateInstall the required dependencies in the virtual environment :
pip install -r requirements.txt
Launch the chat service locally :
streamlit run src/Home.py