📘 AI House Price Predictor
📌 Project Description
AI House Price Predictor is a web-based application developed as part of the AI Application Development course. It uses Google Gemini AI to estimate property prices based on user inputs.
🚀 Features
House price prediction using AI
Price range estimation
AI-generated reasoning
Modern UI using React + TypeScript
Secure API integration
🛠️ Tech Stack
React
TypeScript
Vite
Google Gemini API
HTML, CSS
👨💻 Team Members
Hemanth L – Project Lead & Backend Developer
Harsha K S – Frontend UI & UX
Manjunath Charvik N – Test Lead
Deepak BN – Production Lead
Kushal U G – Presentation Lead
P Puneeth Raj – Marketing Lead
📚 Course
AI Application Development REVA University
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1_n41bx2nX3942HsHNKdCY0vLqPNRQOBl
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev
