Luna is an intelligent Flutter-based mobile app that helps animal owners, farmers, pet lovers, and veterinary assistants get instant, AI-powered answers about animal diseases, treatments, medicines, and general care.
With a clean UI, real-time voice support, and blazing-fast response speed, Luna transforms the way users interact with veterinary knowledge — directly from their mobile devices.
ContentStudio_video.mp4
-
🎙️ Real-Time Voice Input
Speak directly to Luna using live microphone input with transcription. -
🖼️ Image-Based Search
Upload an animal’s image and get a possible condition or disease prediction. -
🔑 Google Sign-In
Secure and simple authentication for a personalized experience. -
💾 Chat History with Firebase
All your chats are saved automatically — revisit anytime. -
✨ Modern UI/UX
Splash screen, navigation drawer, and elegant chat interface. -
🚀 Ultra-Fast Responses
Powered by Groq API for lightning-speed language model responses. -
🔊 Speech-to-Text Integration
Talk to Luna naturally with built-in voice-to-text support.
Luna was built with a mission — to make animal health support more accessible, instant, and intelligent for everyone, including:
- Pet owners
- Farmers
- Veterinary students
- Animal caretakers
- Vet assistants
Whether it’s identifying a disease, learning treatment options, or understanding medicine side effects — Luna is your trusted virtual assistant.
| Technology | Purpose |
|---|---|
| Flutter | Mobile app frontend |
| Groq API | Backend LLM responses (fast, accurate AI) |
| Firebase Auth | Google Sign-In authentication |
| Firebase Firestore | Store chat history |
| Speech Recognition | Convert voice to text |
| Image Picker / ML | Image-based disease detection |
| Streamlit | Prototype building (initial web version) |
| Python | Backend integration (early prototyping) |
| WebRTC (Streamlit) | Prototype voice capture & audio processing |
To run Luna locally:
git clone https://github.com/taha170717/luna.git
cd luna
flutter pub get
flutter run

