An open API service indexing awesome lists of open source software.

https://github.com/teamgruenbaum/realtimegermantrafficsignrecognition

RealtimeGermanTrafficSignRecognition is a Python backend using ORB or YOLO for real-time traffic sign detection, an Android app using the backend for live camera highlighting and a German-language scientific paper on the theory and implementation.
https://github.com/teamgruenbaum/realtimegermantrafficsignrecognition

android artificial-intelligence data-mining german-traffic-signs kotlin machine-learning opencv python yolo

Last synced: 3 months ago
JSON representation

RealtimeGermanTrafficSignRecognition is a Python backend using ORB or YOLO for real-time traffic sign detection, an Android app using the backend for live camera highlighting and a German-language scientific paper on the theory and implementation.

Awesome Lists containing this project

README

          

# RealtimeGermanTrafficSignRecognition

## Introduction
This repository contains the backend, the frontend and the scientific paper in German of the project **RealtimeGermanTrafficSignRecognition**. The backend, developed in Python, localizes and identifies traffic signs in real time and you can choose between two different object recognition methods. OpenCV's ORB algorithm as a traditional analysis method and YOLO as a machine learning method are used for object recognition. The frontend, an Android app, uses the backend by highlighting traffic signs in a live camera preview. The scientific paper goes into more detail about the background and implementation and also compares ORB and YOLO to each other.


The project was created during our Master‘s programme at Hof University of Applied Sciences in the lecture „Data Mining and Machine Learning“.

https://github.com/user-attachments/assets/ee89c72d-646f-46cc-aaac-2cd368434293


## Developers
- [Steven Solleder](https://github.com/stevensolleder)
- [Isabell Waas](https://github.com/isabellwaas)

## Get in contact
Feel free to get in contact and share your experience with **RealtimeGermanTrafficSignRecognition**. Bug reports are also very appreciated.