https://github.com/nagipragalathan/snapquillbot
https://github.com/nagipragalathan/snapquillbot
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nagipragalathan/snapquillbot
- Owner: NagiPragalathan
- Created: 2023-11-22T00:34:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T00:48:08.000Z (almost 2 years ago)
- Last Synced: 2025-02-18T05:01:47.039Z (8 months ago)
- Language: CSS
- Homepage: https://snap-quill-bot.vercel.app
- Size: 7.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatbot Project
Welcome to the Chatbot Project! This project includes two types of chatbots: one powered by our custom algorithm and another utilizing Google's Bard AI. Both chatbots are designed to provide you with a variety of content, and we'll guide you on how to use them effectively.
## Table of Contents
- [Custom Algorithm Chatbot](#custom-algorithm-chatbot)
- [Bard AI Chatbot](#bard-ai-chatbot)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Custom Algorithm Chatbot
Our custom algorithm chatbot combines Natural Language Processing (NLP), image processing, web scraping, and more to provide content that is tailored to your needs. To use this chatbot, no token is required. It is a versatile option for a wide range of tasks.
## Bard AI Chatbot
The Bard AI chatbot, powered by Google's Bard API, offers high-quality responses and precise answers. It is particularly useful when you need accurate answers or when working with images. To use this chatbot, you'll need to obtain a token for Bard AI.
## Getting Started
To get started with this project, follow these steps:
1. Clone the repository to your local machine:
```
git clone https://github.com/yourusername/chatbot-project.git
```
2. Install the required dependencies. You can find them in the project's `requirements.txt` file:
shCopy code
`pip install -r requirements.txt`
3. Configure the settings based on your requirements.
## Usage
- For using the Custom Algorithm Chatbot, follow the provided documentation within the respective directory.
- To use the Bard AI Chatbot, you'll need a Bard API token. You can obtain it [here](https://bardapi.com/).
Once you have your token, configure it in your project settings. Then, you can use the Bard AI chatbot to analyze images, request accurate information, and more.
## Contributing
We welcome contributions from the community! If you'd like to contribute to the project, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or fix.
3. Implement your changes and tests.
4. Submit a pull request, describing your changes in detail.## License
This project is licensed under the MIT License. See the [LICENSE]() file for more details.