Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.43 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.43 KB

ChatBot Using Hugging Face API

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.

UI

Installation

  1. Clone the Repository

    git clone https://github.com/ReuAzel181/ChatBot-using-Hugging-Face-API.git cd ChatBot-using-Hugging-Face-API

  2. Install Dependencies

pip install -r requirements.txt

Usage

  1. Run the Flask Server

python app.py

  1. Open in Browser

Go to http://127.0.0.1:5000 to interact with the chatbot.

Folder Structure

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.

Contact

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!