Sign Spotter is designed as an asset managment application that allows users to identify missing traffic signs. It is able to accomplish this through the use of a convolutional neural network that identifies the signs from user uploaded videos.
*On Windows, Python and ffmpeg should be added to the Windows Path
Python
ffmpeg
Clone repository
Create .env file in the backend folder with the following variables
PORT={port of choice}
Terminal
cd backend
npm start