Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vizznu19/chatbot

Here's a brief description and a list of tags to add to your GitHub repository: Description An interactive chatbot powered by the groq and gradio libraries, allowing users to engage in conversation through a user-friendly web interface.v
https://github.com/vizznu19/chatbot

ai chatbot conversational-interface gradio groq interactive jupyter-notebook python web-app

Last synced: 13 days ago
JSON representation

Here's a brief description and a list of tags to add to your GitHub repository: Description An interactive chatbot powered by the groq and gradio libraries, allowing users to engage in conversation through a user-friendly web interface.v

Awesome Lists containing this project

README

        

# Groq Chat Bot

This project is an interactive chatbot built using the `groq` and `gradio` libraries. The chatbot offers a conversational interface, enabling users to engage with it directly through a web interface.

## Requirements

- Python 3.x
- `groq` library
- `gradio` library

## Installation

1. Clone this repository to your local machine:
```bash
git clone https://github.com/yourusername/groq_chat_bot.git
cd groq_chat_bot
```

2. Install the necessary packages:
```bash
pip install groq gradio
```

## Usage

To start the chatbot, simply run the Jupyter Notebook:
1. Open the notebook:
```bash
jupyter notebook groq_Chat_bot_openai.ipynb
```

2. Execute the cells in sequence to initialize and start the chatbot.

Once running, you can interact with the chatbot interface provided by `gradio`.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.