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.
- 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.
- Flutter App: Contains the code for the mobile application.
- Server Code: Located in the
YourEyes-API
repository, written in Python.
We welcome contributions! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.