This project is an AI-driven chatbot that allows users to query t-shirt inventory stored in an SQL database. It leverages Hugging Face Embeddings, ChromaDB for vector storage, and Few-Shot Learning to provide accurate, context-aware responses to user queries.
- SQL Database Integration – Retrieves real-time inventory data.
- AI-Powered Chatbot – Uses NLP to understand user queries.
- Hugging Face Embeddings – Enhances natural language understanding.
- ChromaDB Vector Storage – Improves response accuracy and retrieval.
- Few-Shot Learning – Boosts contextual awareness and chatbot intelligence.
git clone https://github.com/fosetorico/t-shirt_enquiryBot_sqlDB.git
conda create -n your-chosen-name python=3.10 -y
conda activate your-chosen-name
pip install -r requirements.txt
streamlit run app.py