Find the right grants through an AI-powered video interview. (repository codename: Mic-Drop-AI)
GrantMatch AI interviews an applicant over video, analyzes their responses in real time, and matches them to relevant funding opportunities — while giving live feedback on how they present.
- AI interview — a conversational agent talks with the applicant and analyzes video, audio, and speech to understand their project and goals.
- Smart match — scans grant opportunities and surfaces the ones that fit the applicant's profile.
- Live feedback — real-time notes on communication style, presentation, and areas to strengthen the application.
- Real-time speech transcription (Google Cloud Speech-to-Text)
- Gemini-powered interview reasoning and grant matching
- NVIDIA Jetson edge integration
- Web front end with a live demo mode
- Backend: Node.js, Express (deployed on Railway)
- AI: Google Gemini, Google Cloud Speech-to-Text
- Frontend: HTML / CSS / JavaScript single-page app
- Edge: NVIDIA Jetson
npm install
npm start # starts the Express backend (backend/server/server.js)Open frontend/homepage/index.html and click Start Interview.
Requires Google Cloud Speech and Gemini API credentials set as environment variables.