Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 811 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 811 Bytes

Chat with Gemini

Overview

"Chat with Gemini" is a simple chat application built using the Streamlit framework. This project demonstrates how to create a real-time chat interface using Streamlit and integrate it with the Gemini cryptocurrency exchange API.

Features

  • Chat Interface: Engage in real-time chat conversations.
  • Gemini Integration: Fetch real-time cryptocurrency data using the Gemini API.
  • User Authentication: Securely log in and identify users in the chat.

Getting Started

Follow these steps to set up and run the project on your local machine:

Prerequisites

  • Python 3.6 or later
  • pip (Python package installer)

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/chat-with-gemini.git