{"id":20614445,"url":"https://github.com/junteudjio/trafficsignsrecognitionopencv","last_synced_at":"2025-07-24T20:07:03.630Z","repository":{"id":22613860,"uuid":"25956194","full_name":"junteudjio/TrafficSignsRecognitionOpenCv","owner":"junteudjio","description":"My first Machine Learning Project (2014): A neural network classifier for traffic sign recognition implemented in C++ and OpenCv","archived":false,"fork":false,"pushed_at":"2018-01-04T04:02:57.000Z","size":15,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-28T17:57:25.127Z","etag":null,"topics":["c-plus-plus","neural-networks","opencv"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/junteudjio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-30T05:29:34.000Z","updated_at":"2024-11-29T16:38:10.000Z","dependencies_parsed_at":"2022-08-21T08:30:32.637Z","dependency_job_id":null,"html_url":"https://github.com/junteudjio/TrafficSignsRecognitionOpenCv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junteudjio%2FTrafficSignsRecognitionOpenCv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junteudjio%2FTrafficSignsRecognitionOpenCv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junteudjio%2FTrafficSignsRecognitionOpenCv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junteudjio%2FTrafficSignsRecognitionOpenCv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junteudjio","download_url":"https://codeload.github.com/junteudjio/TrafficSignsRecognitionOpenCv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249026821,"owners_count":21200510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-plus-plus","neural-networks","opencv"],"created_at":"2024-11-16T11:12:47.915Z","updated_at":"2025-04-15T07:31:46.711Z","avatar_url":"https://github.com/junteudjio.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"TrafficSignsRecognitionOpenCv\n=============================\n\n\n\n\n______________________INTELLIGENT  CAR  PROJECT_____________________\n\n/* \"Intelligent Car\" is a project conducted in national school of applied sciences Tanger-Morocco during summer 2014 and more precisely within the\n    Image Processing Laboratry.\n\n   It's Goal is to aspire to an intelligent car able to  recognize traffic  signs while moving.\n\t\n   For this purpose we have used a neural network classifier after having conducted a dimensionality reduction on the data Set using PCA.  ( 98.95% precision achieved )\n*/\n\n\n/*              _______author_______\n\n   @author   :  TEUDJIO MBATIVOU Junior (Aspiring Data Scientist)\n   @mail     :  teudjiombativou@gmail.com \n   @linkedin :  ma.linkedin.com/pub/junior-teudjio/8a/25b/3a1\n*/\n\n\n/* \t\t_______project tutor______\n   \n   @tutor   :  ABDELHAK Ezzine ( Professor at ENSA Tanger)\n   @mail    :  ezzine.abdelhak@gmail.com\n*/\n\n \n\n/* \t\t_______DataSet Citation_______\n\n\n   @Ref to the dataSet : http://benchmark.ini.rub.de/?section=gtsrb\u0026subsection=dataset\n   \n   J. Stallkamp, M. Schlipsing, J. Salmen, and C. Igel. The German Traffic Sign Recognition Benchmark: A multi-class classification competition. \n   In Proceedings of    the IEEE International Joint Conference on Neural Networks, pages 1453–1460. 2011.\n\n   @inproceedings{Stallkamp-IJCNN-2011,\n    author = {Johannes Stallkamp and Marc Schlipsing and Jan Salmen and Christian Igel},\n    booktitle = {IEEE International Joint Conference on Neural Networks},\n    title = {The {G}erman {T}raffic {S}ign {R}ecognition {B}enchmark: A multi-class classification competition},\n    year = {2011},\n    pages = {1453--1460}\n    }   \n*/\n\n\n/* \t\t________READ ME FILE_______\n  \n   This file describe the \"INTELLIGENT CAR PROJECT\":\n\n\t1-  PROJECT FILES:\n\n\t\ta) 1_loadDataSet.cpp : this code is used to construct the dataSet  in a .txt format from raw .ppm image files\n\t\tb) 2_shuffleDataSet.cpp : this code is used to shuffle the dataSet \n\t\tc) 3_create_PCA_CovMatrix.cpp : this code is used to generate the PCA covariance matrix used for dimensionnality reduction\n\t\td) 4_trainNeuralNet.cpp : this code is used to train a neural network for classifying road sign images and then save the generated model\n\t\te) 5_recognition.cpp : this code is used to compute  traffic sign images recognition\n\t\tf) CMakeLists.txt : CMake file use to execute each of these files.\n\n\n\n\t2-  REQUIREMENTS:\n\t\t\n\t\ta) OpenCV installed :  http://askubuntu.com/questions/334158/installing-opencv\n\t\tb) CMake installed :   http://www.cmake.org/install/ \n\n\t\n\n\t3-  HOW TO RUN THE CODE:\n\t\t\n\t\ta) execute each piece of code of the project in the order they are listed in  Section (1):(PROJECT FILES)\n\t\tb) for that you will have to use the CMakeList.txt provided \n\t\t\n\n*/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunteudjio%2Ftrafficsignsrecognitionopencv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunteudjio%2Ftrafficsignsrecognitionopencv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunteudjio%2Ftrafficsignsrecognitionopencv/lists"}