Skip to content

Uttampatel1/ChatBot-using-HuggingfaceAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot Project 🤖💬

This repository contains the source code for a chatbot project.

Getting Started 🚀

To get started with the project, follow the instructions below.

Installation ⚙️

  1. Clone the repository:
git clone https://github.com/Uttampatel1/ChatBot-using-HuggingfaceAPI.git
  1. Change into the project directory:
cd ChatBot-using-HuggingfaceAPI
  1. Install the required dependencies:
pip install -r requirements.txt

Configuration 🔧

  1. Rename the .env.example file to .env:
mv .env.example .env
  1. Open the .env file and replace HUGGINGFACEHUB_API_TOKEN with your actual Hugging Face Hub API token. This token is required for certain functionalities of the chatbot.

Usage 💡

Run the chat_app.py file using the chainlit command:

chainlit run chat_app.py -w

App Preview 📸

demo.mp4

Ask your question and enjoy the chatbot's responses! 🤖💬

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages