Skip to content

Latest commit

History

History
45 lines (29 loc) 路 1.38 KB

README.md

File metadata and controls

45 lines (29 loc) 路 1.38 KB

iSpecs Reimagined 馃憮

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.


New Features!

  • 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.

Tech

Mainly uses YOLO system for object detection:

  • Yolo v3 - real-time object detection system
  • Django - handling client request

Installation

iSpecs requires Django to run. Install the dependencies and start the server.

$ python manage.py runserver

Contributors

If you find any problem feel free to create issue.

Suggestions and feedbacks are always welcomed!