This is a simple chatbot built using the Transformers library and powered by the TinyLLaMA-1.1B-Chat-v1.0 model.
Note: It was as part of my academic assignment, to create a web chatbot application using Flask.
- TinyLLaMA-powered conversation
- Flask-based web interface
- Efficient CPU/GPU inference using Hugging Face
transformersandaccelerate
Used: TinyLlama
This model is lightweight and ideal for running on resource-constrained environments while still providing strong performance on chat tasks.
You can view the full list of requirements here:
requirements.txt
Install the required Python packages:
pip install -r requirements.txtgit clone https://github.com/COder-0410/Py-Project.git
cd Py-ProjectOn Windows:
python webui.pyOn linux:
python3 webui.py