https://github.com/ammarlodhi255/simple-gemini-chatbot-with-chat-saving-feature-end-to-end

A gemini-chatbot with history saving feature using Google's GenAI and Streamlit module.

https://github.com/ammarlodhi255/simple-gemini-chatbot-with-chat-saving-feature-end-to-end

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.2%) to scientific vocabulary

Keywords

chatbot generative-ai google-gemini project-chatbot python streamlit
Last synced: 6 months ago · JSON representation

Repository

A gemini-chatbot with history saving feature using Google's GenAI and Streamlit module.

Basic Info
  • Host: GitHub
  • Owner: ammarlodhi255
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 2.33 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
chatbot generative-ai google-gemini project-chatbot python streamlit
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

Gemini Chat-bot

Table of Contents

About

A Gemini chatbot with chat history saving feature built in. Developed using Google's GenAI and Streamlit modules.

Getting Started

Prerequisites

  • Python 11 or higher

Installation

  1. Clone the repository to your local machine using: bash git clone https://github.com/ammarlodhi255/gemini-chatbot-end-to-end.git

  2. Navigate to the project directory: bash cd gemini-chatbot-end-to-end

  3. Install requirements pip install -r requirements.txt

  4. Paste your Google Gemini API key inside .env

Usage

Run the project: streamlit run app.py

Screenshots

Home Interface Chat Response Chat History

License

This project is open-source and available under the MIT License.

Owner

  • Name: Ammar Ahmed
  • Login: ammarlodhi255
  • Kind: user
  • Location: Sukkur, Pakistan

A computer scientist at heart, interested in AI, software development, and space.

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 23
  • Total Committers: 2
  • Avg Commits per committer: 11.5
  • Development Distribution Score (DDS): 0.043
Past Year
  • Commits: 23
  • Committers: 2
  • Avg Commits per committer: 11.5
  • Development Distribution Score (DDS): 0.043
Top Committers
Name Email Commits
ammarlodhi255 a****8@g****m 22
Ammar Ahmed 7****5 1

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • ammarlodhi255 (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • google-generativeai *
  • python-dotenv *
  • streamlit *