Skip to content

This is the server side repository for iSpecs Reimagined πŸ‘“.

Notifications You must be signed in to change notification settings

Shritesh99/iSpecs-Reimagined_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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!

About

This is the server side repository for iSpecs Reimagined πŸ‘“.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages