Skip to content

Varun04-pixel/AI-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💬 AI Chat Application

An interactive AI chat application built with Node.js, Express, and Gemini API.
It allows users to type in queries and get real-time AI-generated responses.

Features

  • Simple and clean chat UI.
  • AI remembers the conversation history.
  • Markdown support for formatted responses.
  • No storing of conversation.

🔗 Live Demo

AI-async

App Screenshot

⚙️ Setup

1. Clone the repository

git clone https://github.com/Varun04-pixel/AI-Chat

2. Install dependencies

npm install

3. Create .env file

Inside the project root, create a .env file and add your Gemini API key: GEMINI_API_KEY=your_api_key_here get the API key from gemini-api

4. Start the server

nodemon server.js runs app on http://localhost:3000

About

A Node.js and Express based interactive AI chat application that lets users send queries and receive real-time AI-generated responses using the Gemini API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors