Skip to content

Latest commit

Β 

History

History
62 lines (40 loc) Β· 1.17 KB

File metadata and controls

62 lines (40 loc) Β· 1.17 KB

πŸ€– AI Chat Bot

A simple yet powerful AI chatbot that explains complex topics in a very easy and understandable way β€” even for non-technical users.


🎯 Project Overview

This project is built to explore how Generative AI APIs work in real-world applications.

The chatbot is designed to:

  • Simplify complex concepts
  • Provide easy-to-understand explanations
  • Help both technical and non-technical users

πŸ’‘ Key Idea

Most AI tools give correct answers, but not always in a way beginners understand.

πŸ‘‰ This chatbot focuses on:

  • Breaking down complex topics
  • Explaining things step-by-step
  • Using simple language

πŸ› οΈ Tech Stack

Frontend

  • HTML
  • CSS
  • JavaScript

Backend

  • Node.js
  • Express.js

AI Integration

  • Google Gemini API

βš™οΈ Features

  • πŸ’¬ Ask anything β€” get simplified answers
  • 🧠 AI-powered responses
  • ⚑ Fast and lightweight
  • πŸ“š Beginner-friendly explanations

πŸš€ How It Works

  1. User enters a query in the chat interface
  2. Request is sent to backend (Node + Express)
  3. Backend calls Gemini API
  4. AI processes and simplifies the response
  5. Final answer is displayed to the user