Our team created an audio analyzer that utilizes AI to generate a relevant video with voiceover and subtitles. Our aim was to enhance education for individuals with visual impairments and to turn boring audio recordings into interesting videos.
shiba/
├─ nginx
│ ├─ conf.d/
│ │ ├─ app.conf
├─ web
│ ├─ index.html
│ ├─ script.js
│ ├─ style.css
├─ back (django-saturday)
├─ db (postgre-saturday)
├─ .gitignore
├─ docker-compose.yml
├─ README.md
- Docker
After cloning the repository, use docker-compose
to run the application:
docker-compose up -d --build