Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 808 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 808 Bytes

AudioSensAI

image 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.

Project Structure

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

Requirements:

  • Docker

How to Run:

After cloning the repository, use docker-compose to run the application:

docker-compose up -d --build