Trailerize
This was a project I did for the course EECS 605 Data Science and Machine Learning Lab. I created a React App that generates a short summary or a trailer for the input video. The app's backend was hosted on Amazon's AWS Cloud Service and deployed on an EC2 instance. The video is broken down into frames on the server, and then individual Lambda instances are triggered for every frame in the video that process the frame and generate a score for each frame. Then all the frames with a score above a certain threshold get collated into the final summary video and is made available for viewing. The demo website can be found here. This project gave me valuable experience in cloud service deployment, Javascript (React App), HTML, CSS, Python requests library, Amazon's AWS infrastructure as well reinforced my knowledge of Pytorch and Python.



