Thanks to visit codestin.com
Credit goes to github.com

Skip to content

spha-code/web-page-with-gemini-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

32 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Web Page with Gemini Chatbot

Google's Gemini AI integrated into a responsive web interface, enabling users to interact with an AI chatbot directly from their browser.

πŸš€ Features

  • Responsive Design: Optimized for both desktop and mobile devices.
  • Gemini AI Integration: Leverages Google's Gemini API for natural language processing.
  • User-Friendly Interface: Clean and intuitive chat interface for seamless interactions.
  • Light/Dark Mode: Toggle between light and dark themes for user preference.

πŸ“Έ Screenshots

Chatbot Landing Page

πŸ› οΈ Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • Backend: Node.js (for handling API requests)
  • AI Model: Google Gemini API

πŸ”§ Installation

  1. Clone the repository:

    git clone https://github.com/spha-code/AI-Agents.git
  2. Navigate to the project directory:

    cd AI-Agents/web-page-with-gemini-chatbot
  3. Install dependencies:

    npm install
  4. Set up your Gemini API key:

    Create a .env file in the root directory and add:

    GEMINI_API_KEY="your_api_key_here"
  5. Start the application:

    npm start
  6. Open your browser and navigate to http://localhost:3000 to interact with the chatbot.

πŸ“„ License

This project is licensed under the MIT License.

About

A landing web page with a gemini chatbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages