Mathify is your math tutor which helps you solve complex math’s problem.
Stuck on a math problem? Just Take a picture, type, or speak out loud your question, and get a clear and definitive answers fast and efficiently.
Mathify is built using Groq API
- android studio
- java, xml
- ImgDB
- ML kit
- Model: meta-llama/llama-4-scout-17b-16e-instruct
Put your own GROQ_API_KEY and run it
curl https://api.groq.com/openai/v1/chat/completions -s \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $GROQ_API_KEY" \
-d '{
"model": "llama-3.3-70b-versatile",
"messages": [{
"role": "user",
"content": "Explain the importance of fast language models"
}]
}'- Instant replies
- One stop to all your math’s doubts
- Speech to text support
- Image prompt support
- Modern and sleek UI
- Prompt history
https://github.com/PriyanshuRaut/Mathify/releases/tag/v1.0.0
This is project is built for participation in HACKHAZARDS '25