https://github.com/injamul3798/llm_chatbot_geminiapi
This project features an AI-powered chatbot built using Google's Gemini 1.5 Flash model. Leveraging the Flask framework, HTML, and CSS, we created a user-friendly interface to interact with the bot.
https://github.com/injamul3798/llm_chatbot_geminiapi
flask gemini-api large llm
Last synced: 7 months ago
JSON representation
This project features an AI-powered chatbot built using Google's Gemini 1.5 Flash model. Leveraging the Flask framework, HTML, and CSS, we created a user-friendly interface to interact with the bot.
- Host: GitHub
- URL: https://github.com/injamul3798/llm_chatbot_geminiapi
- Owner: injamul3798
- Created: 2024-11-09T15:31:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T14:11:26.000Z (11 months ago)
- Last Synced: 2025-01-21T15:31:35.783Z (9 months ago)
- Topics: flask, gemini-api, large, llm
- Language: Python
- Homepage:
- Size: 28.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gemini 1.5 Flash LLM Chatbot
This repository hosts a chatbot we built using Google's Gemini 1.5 Flash language model API, designed to deliver efficient, responsive, and conversational AI capabilities. Our bot is capable of understanding and generating natural language across diverse topics, making it a versatile assistant for a wide range of applications.
## Features
- **LLM-Powered Conversations**: Powered by Gemini 1.5 Flash, our chatbot can handle complex queries, generate meaningful responses, and maintain conversational context.
- **High Efficiency**: With optimized API usage, our chatbot responds quickly, even in high-demand scenarios.
- **Multi-Domain Capabilities**: Adaptable to various domains, making it suitable for support, personal assistance, knowledge management, and more.## Technologies Used
- **Flask**: Used as the backend framework to handle routing and API integration.
- **HTML & CSS**: For structuring and styling the chatbot interface, ensuring a user-friendly design.
- **JavaScript** (Optional): To enhance interactivity and manage dynamic elements in the chat interface.
- **Google Gemini 1.5 Flash API**: The core LLM API powering the chatbot's conversational abilities.