iSpecs is the real time object detection specs based on YOLO with Raspberry pi. It's like regular specs but with object detection
This is the server side repository of iSpecs in which detection occurs on each and every frame send by client side of iSpecs.
- Real Time Object detection.
- Better accuracy
Checkout the Client repository here
Checkout the Manual version here
In iSpecs the client raspberry pi sends the images obtain by picamera as a POST request and get the response of object detection in json format which will be spoken via tts engine in client.
Mainly uses YOLO system for object detection:
- Yolo v3 - real-time object detection system
- Django - handling client request
iSpecs requires Django to run. Install the dependencies and start the server.
$ python manage.py runserver
If you find any problem feel free to create issue.
Suggestions and feedbacks are always welcomed!