Guide is a computer vision and deep learning based multi-purpose app aimed to fulfill 3 purposes - a travelers ready to go app, Guide to visually impaired people to help them experience life in a fun way! and last but not the least for cyber security community as a recon app.
This app mainly utilizes Google's ML toolkit Firebase to bring in some of the most intact features of the app including, object detection, text recognition and translation ( read optional), bar code scanning and reverse image search, copying text from image, landmark recognition, smart reply, etc.
Other features like Google Map, Image click and note making, info gathering based on the search ( Reverse search).
As Visually Impaired mode , it can work in basic mode with audio feature for easy use and button click and search.
... for further detail check the readme file from folder Guide...
This project is an attempt, to implement Real Time Object Detection using Yolo v3 and OpenCv and Pytorch from scratch. The aim is to create an android app which can be used to detect object in real time with an option to detect specific object from within the set of images or video, and maybe on later stages use the object to reverse search the internet for information and facial recognition.
... for further detail check the readme file from folder real_time_object_detection_using_pytorch...