Skip to content

Debashish-kashyap/Insight-Tuitor

Repository files navigation

GHBanner

⭐ AI Tutor Agent

A lightweight, conversational AI Tutor built using Google AI Studio and deployed on Google Cloud. Part of my VibeCoding creative, experimental projects combining AI, cloud engineering, and interactive learning.

🚀 Features

AI-powered tutoring using latest Gemini 3 pro model.

Google Cloud Run / Cloud Functions deployment

Fast, secure API endpoint

Simple, modular backend

Easy to integrate into apps & websites

🛠️ Tech Stack

Google AI Studio

Google Cloud Platform

Node.js / Python

REST API

⚙️ Setup git clone https://github.com/your-username/ai-tutor-agent cd ai-tutor-agent npm install # or pip install -r requirements.txt

Create .env:

GOOGLE_API_KEY=your_key MODEL_NAME=gemini-pro

Run:

npm start # or python main.py

☁️ Deployment

Cloud Run:

gcloud run deploy ai-tutor-agent --source .

Cloud Function:

gcloud functions deploy aiTutor --trigger-http

📘 Example Request POST /ask { "question": "What is IoT?" }

🏅 Credits

Made by Debashish Kashyap Part of VibeCoding ✨

About

An intelligent, interactive AI-powered tutor built using Google AI Studio and deployed on Google Cloud. This project is designed to help students learn concepts more effectively through natural conversation, personalized guidance, and real-time explanations.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors