Please introduce your project here
Answer the following questions in separate paragraphs: (1) What is the problem being addressed? (2) What is your project idea and how will it work (what are its components etc). Use pictures/images to make the page interesting.
Sync and Split
Sync and Split is a React-based video processing application. The application's primary objective is to take in two video inputs containing the same traffic event and analyze them to find when this event takes place in each video. Once the event has been found, the videos are "synced" so that their playback is aligned and the event is "split" or parsed from each video and provided to the user.
Components
The Sync and Split application utilizes OpenCV and YOLOv8 for processing video input on the backend. The frontend is built using React Native and Expo to provide mobile and web compatibility.