Emotion Detection - Flutter
Budget: $30 – $250 USD
Which platform is your current code running on? Both
What type of modifications do you need? Update the code (its really old), and modify a feature
Which feature would you like to modify? something with API requests
more details -
I have a flutter code, it sends an API request to firebase, and changes a value from 0 to 1,
firebase here acts as the middle man
as i have a raspberry pi listening to this bool value,
once it changes to 1, raspberry pi (has python code) will be triggered to take a photo, and send this photo to AWS to run facial recognition - emotion detection, the emotion with the highest percentage will be returned back by AWS to python, and this value will be passed to firebase, and from firebase i will catch it in the mobile app, and display it...
i want to kill the raspberry pi and do the entire process in the flutter code, take a photo using phone camera, not raspicam, and have all things back and forth between firebase and flutter only
What type of modifications do you need? Update the code (its really old), and modify a feature
Which feature would you like to modify? something with API requests
more details -
I have a flutter code, it sends an API request to firebase, and changes a value from 0 to 1,
firebase here acts as the middle man
as i have a raspberry pi listening to this bool value,
once it changes to 1, raspberry pi (has python code) will be triggered to take a photo, and send this photo to AWS to run facial recognition - emotion detection, the emotion with the highest percentage will be returned back by AWS to python, and this value will be passed to firebase, and from firebase i will catch it in the mobile app, and display it...
i want to kill the raspberry pi and do the entire process in the flutter code, take a photo using phone camera, not raspicam, and have all things back and forth between firebase and flutter only