Skip to content

Kunalkarmavat/AI-Answer-Rater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 AI Answer Rater

Type a question + your answer → AI rates it instantly with detailed feedback.

Built with Flutter + Clean Architecture + Riverpod + Groq AI


📱 Screenshots

---

✨ What it does

  • rates your answer out of 10
  • shows your strengths
  • gives improvement tips
  • provides a model answer
  • all powered by Groq AI (Llama 3.1) — completely free

🚀 Run it yourself

1. Clone

git clone https://github.com/Kunalkarmavat/AI-Answer-Rater.git
cd AI-Answer-Rater

2. Add your API key

  • Get free key at console.groq.com
  • Copy api_constants.example.dart → rename to api_constants.dart
  • Paste your key inside

3. Install & run

flutter pub get
dart run build_runner build --delete-conflicting-outputs
flutter run

🏗️ Built with

Flutter UI
Riverpod State management
Clean Architecture Code structure
Dio API calls
Groq API AI engine
flutter_animate Animations
Freezed Data models

👨‍💻 Author : Kunal Karmavat

Kunal Karmavat

About

AI-powered Flutter app that rates answers using Groq AI (Llama 3) — Built with Clean Architecture & Riverpod

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors