Team Name: Replicate Team Members:
- Misva Anjal
- Farsana S
FaaS is a Flutter app that detects everyday objects (like bottles, pens or bags) using Google ML Kit, and then writes:
- A heartfelt apology to the object
- Or a dramatic complaint from the object’s perspective
Because object feelings matter too.
Objects don’t get hurt feelings.
We’re giving them voices anyway.
You take a picture, the app recognizes an object, then… bam! It either apologizes to it or complains like it’s a living thing.
https://drive.google.com/file/d/1mD9_Rlz4WC-AuiNv4CBYTQJckzFX7UmL/view?usp=sharing
- Flutter (UI framework)
- Google ML Kit — for on-device object detection
- HTTP requests to a Groq LLM API endpoint that generates messages (apologies/complaints)
- Android phone or emulator
- No weird sensors, just the camera
git clone https://github.com/your-username/faas.git
cd faas
flutter pub get
flutter run



