Welcome to the documentation for my chatbot powered by the Google Gemini Pro API! This chatbot is designed to provide a seamless conversational experience and is deployed on HuggingFace Space. It also has the capability to store the history of that particular session during the conversation.
My chatbot leverages the power of the Google Gemini Pro API to provide a natural and engaging conversation experience. Whether you want to integrate it into your application or use it for research purposes, this chatbot is flexible and easy to use.
- Seamless integration with Google Gemini Pro API.
- Deployment on Hugging Face Space for easy sharing and access.
- Ability to store the history of that particular session during the conversation.
Try out it over here:- https://huggingface.co/spaces/Sapnil/Chatbot_with_GeminiPro
Before you begin, make sure you have the following prerequisites:
- Python 3.9
- Google Gemini Pro API credentials (Get your Free API here:- https://makersuite.google.com/app/apikey)
- HuggingFace account
- Clone the repository:
git clone https://github.com/your-username/your-chatbot-repo.git
cd your-chatbot-repo
- Install the requirements
pip install -r requirements.txt
- Run the file
python app.py
I welcome contributions! If you have ideas for improvements, bug reports, or feature requests, please open an issue or submit a pull request.
This project is licensed under the MIT License.