This chatbot is developed using the Google Gemini API, and the web application is built with the Streamlit framework. You can find all the necessary libraries to download for viewing the app development in the requirements file.
This repository contains a chatbot web application developed using the Google Gemini API and built with the Streamlit framework. The project allows users to interact with the chatbot through a web interface. How to Use:
Clone this repository to your local machine.
Install the required dependencies by running:
bash
pip install -r requirements.txt
All the necessary libraries are listed in the requirements.txt file. Run the Streamlit app using:
bash
streamlit run app.py
Replace app.py with the name of your main Python file if different.
Technologies Used:
Google Gemini API: For handling chatbot functionalities.
Streamlit: For creating the web application interface.
Python: Core language for the application.