- AI based mobile app that aims to improve learning experience for children ๐
- MiniSci is a proof-of-concept for the ability of improving learning experience using AI
- Made with a lot of love ๐
- Face recognition: FaceNet
- Similarity criteria: Cosine distance
- Object Detection : YOLO V4 Tiny
- Face detection: Blaze Face
- Shared preferences
- CameraX
- Firebase database
- Firebase MLKit
- Tflite interpreter
- Notifications
- Broadcast Reciever
- RecyclerView
๐ The purpose of this method is to make the whole experience more funny for the child
- A face detection model (blaze face) works over every frame and returns the coordinates of every detected face.
- The child selects the best second, clicks on + button, the frame is cropped and shown on a dialog with an editText, the child writes his name and clicks on OK
- Using FaceNet a 128 length vector is created and saved as sharedPrefernces to be used in login process
- A face detection model (Blaze face) detects faces in the frames, FaceNet finds each vector corresponded to each detected face, cosine distance with vector stored in sharedPrefernces is being calculated, when the registered user is found he can pass to dashboard activity.
- The last detected face is also used for emotion analysis using the status of eyes and mouth and every face is classified as
Neutral
,Happy
orDrowsy
and different welcome dialogs are shown correspondingly.
Quote and Info of the day with inspirational photos
- A YOLO v4 tiny model analyses the frames, finds the objects in classes it knows and returns coordinates of them
- When the child clicks on the found object all the info related to that object are fetched from Firebase and shown inside a RecyclerView
- Classes:
- bird, cat, dog, horse, sheep, cow, elephant, bear, giraffe, banana, apple, orange, broccoli, Carrot, chicken, fish, grape
- Dataset sources:
- MS COCO
- Google OpenImages
๐ค The model is trained specifically for this project, (instruction document is being prepared, stay tuned ๐ฅณ)
- A YOLO v4 tiny model analyses the frames, finds the objects in classes it knows and returns coordinates of them
- Every detected object is shown in both English and Turkish
- Classes:
- COCO's 80 classes
- Dataset sources:
- MS COCO
- A quiz is feteched from Firebase and when the child clicks on option he thinks it's true the result is shown by options' colors
- An info is feteched from Firebase and shown in a sweet (๐คญ) interface
- Every 2 hours an info is shown as a notification
- "Educating the mind without educating the heart is no education at all"
- A quote is feteched from Firebase and shown in an interface
- MinSci aims to educate children both scientifically and emotionally so in this interface we aim to inspire the child and motivate him to be a better HUMAN
- ๐ต:
#66bded
- ๐ข:
#8fdd3c
- ๐ :
#f47340
- โช๏ธ:
#f7f7f7
80% of codes are written in 20 days so code structures aren't well optimized ๐คธโโ๏ธ
Find me on LinkedIn and feel free to mail me, Asmaa ๐ฆ and don't forget to take a look at asmaamir.com ๐ฅฐ