Skip to content

YourEyes

YourEyes is a mobile application designed to assist blind and visually impaired individuals in navigating their surroundings. The app livestreams video to a server in real-time using gRPC, where the server processes the video with an object detection model and returns labels, distances, and directions of detected objects.

Features

  • Real-time Video Streaming: The mobile app streams video to a server in real-time.
  • Object Detection: The server runs an object detection model on the livestreamed video.
  • Feedback: The app provides labels, distances, and directions of detected objects to the user.

Project Structure

  • Flutter App: Contains the code for the mobile application.
  • Server Code: Located in the YourEyes-API repository, written in Python.

Contributing

We welcome contributions! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.

Pinned Loading

  1. YourEyes-API YourEyes-API Public

    This repository handles the server side processing of the video live stream received from the client and applies computer vision to it.

    Python 1

  2. YourEyes-App YourEyes-App Public

    This repository handles the app that YourEyes project is based on using flutter and dart

    Dart 1

Repositories

Showing 3 of 3 repositories
  • .github Public
    Your-Eyes-Project/.github’s past year of commit activity
    0 Apache-2.0 0 0 0 Updated Jun 25, 2024
  • YourEyes-App Public

    This repository handles the app that YourEyes project is based on using flutter and dart

    Your-Eyes-Project/YourEyes-App’s past year of commit activity
    Dart 1 Apache-2.0 0 0 0 Updated Jun 22, 2024
  • YourEyes-API Public

    This repository handles the server side processing of the video live stream received from the client and applies computer vision to it.

    Your-Eyes-Project/YourEyes-API’s past year of commit activity
    Python 1 Apache-2.0 0 0 0 Updated Jun 22, 2024

Top languages

Loading…

Most used topics

Loading…