Real time, scalable fruits detector
- RTMP Camera
- Docker
- Docker-compose
### RTMP Camera Install the android application RTMP Camera
https://play.google.com/store/apps/details?id=com.miv.rtmpcamera&hl=fr
Start the containers
docker-compose up -d
Find your IP address
sudo ifconfig
Open the RTMP Camera on your smartphone and change the RTMP server in Options > Publish address to
rtmp://your-ip:1935/stream
Check the result with VLC via "Open Network Stream" with the address
rtmp://your-ip:1935/stream
- réflexion, recherche sur l'architecture
- tests de nginx-rtmp
- installation env python (docker, requirements)
- premier tests chargement des données, training
- init du script de prédiction "real time"
- test du model inceptionv3