Summary
A simple web app that takes in input as a music mp3 then outputs a video that contains the music with really nice visualization like good old days. Users should be able to create an account and save all their videos in a single dashboard.
Elements
- User management
- Music upload option
- Progress while processing
- Convert to view and able to download
Possible users journey
- Able to signup and create an account
- Option to upload new audio and generate music video
- Option to preview the video and download
- Save past videos
Acceptance criteria
- Able to convert audio to video
- Able to create an account
<aside>
💡 Hints: pyaudio, then some plotting things, opencv.
</aside>