A Streamlit web application that allows users to chat with Google's GenerativeAI (Gemini-Pro). The application enables users to interact with Gemini-Pro in a conversational manner.
The Google Gemini-Pro Chat Application is a Streamlit-based web interface that facilitates interactive conversations with Google's GenerativeAI. Users can ask questions or engage in dialogue, receiving responses generated by the powerful Gemini-Pro model.
To get started with the project, follow the steps below.
Clone the repository:
https://github.com/Akhileshkumarsingh21221/Google-Gemini-Pro-Chat-Application.git
cd gemini-pro-chat
Install dependencies:
pip install -r requirements.txt
Set up your Google API Key:
.env
file.Run the application:
streamlit run app.py
The application will be accessible at http://localhost:8501/.
Contributions to the Google Gemini-Pro Chat Application are welcome! If you have suggestions, enhancements, or bug fixes, please follow the steps below:
git checkout -b feature/YourFeature
).git commit -m 'Add some feature'
).git push origin feature/YourFeature
).Distributed under the MIT License. See LICENSE.txt
for more information.