Skip to content

COder-0410/Py-Project

Repository files navigation

A Chatbot Powered By TinyLLaMA

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.

Features

  • TinyLLaMA-powered conversation
  • Flask-based web interface
  • Efficient CPU/GPU inference using Hugging Face transformers and accelerate

Model Info:

Used: TinyLlama

This model is lightweight and ideal for running on resource-constrained environments while still providing strong performance on chat tasks.

Requirements

You can view the full list of requirements here:
requirements.txt

Install the required Python packages:

pip install -r requirements.txt

How to Run:

1. Clone the Repository:

git clone https://github.com/COder-0410/Py-Project.git
cd Py-Project

2. Run the webui.py:

On Windows:

python webui.py

On linux:

python3 webui.py

About

A Python Project for academic purpose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published