Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vizznu19/chatbot
- Owner: Vizznu19
- License: mit
- Created: 2024-11-01T17:38:55.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2024-11-01T18:04:19.000Z (16 days ago)
- Last Synced: 2024-11-01T18:28:52.606Z (16 days ago)
- Topics: ai, chatbot, conversational-interface, gradio, groq, interactive, jupyter-notebook, python, web-app
- Language: Jupyter Notebook
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.