This project is a recipe generation chatbot system that uses a local dataset and a pre-trained model for human-computer interaction. It integrates a front-end interface built with Gradio and allows users to run a chatbot locally.
- Recipe generation using the RecipeNLG dataset
- Pre-trained Llama3.2 models from Ollama
- Chatbot interface powered by Gradio
Ensure you have the following installed:
- Python 3.8+
- Git
- Llama3.2 model
- Clone the Repository
git clone https://github.com/VuAnh183/RecipeGenerator.git
- Download Ollama Llama3.2 Model
- Follow instructions to download Ollama framwork from Ollama
- Run the Llama3.2 model in the repo cmd:
ollama run llama3.2- Install Python Dependencies
Ensure all necessary Python libraries are installed by running:
pip install -r requirements.txtTo launch the chatbot, simply click on the Llama3.2-RAG.ipynb file and run all the cells.