This repository contains a simple chatbot application that utilizes the Hugging Face API to generate responses. It’s designed to demonstrate basic chatbot functionality and is a great starting point for exploring natural language processing and chatbot development. I am just exploring the chatbot, and it often gives nonsense responses.
-
Clone the Repository
git clone https://github.com/ReuAzel181/ChatBot-using-Hugging-Face-API.git cd ChatBot-using-Hugging-Face-API
-
Install Dependencies
pip install -r requirements.txt
- Run the Flask Server
python app.py
- Open in Browser
Go to http://127.0.0.1:5000 to interact with the chatbot.
Copy code
/static
/images
/js
/css
/templates
index.html
app.py
requirements.txt
Contributing
- Feel free to contribute to the project by submitting issues or pull requests. We welcome any improvements or bug fixes!
License
- This project is licensed under the MIT License. See the LICENSE file for more details.
For any questions or feedback, please reach out to:
Author: ReuAzel181
Email: reyuasel@gmail.com
- Thank you for checking out the 2D Game Platformer project!