A supplier and product chatbot built with Flask, LLM, and React.
This project implements an intelligent chatbot that helps users query information about suppliers and products. It combines a Flask backend with a React frontend and utilizes Large Language Models (LLM) for natural language processing capabilities.
- Interactive chat interface
- Natural language processing with LLM
- Product and supplier information retrieval
- Responsive design
- Docker support for easy deployment
The easiest way to run the entire application is using Docker:
# Clone the repository
git clone https://github.com/babanigit/Chatbot_LLM.git
# Navigate to project directory
cd Chatbot_LLM
# Build and run with Docker Compose
docker-compose up --build