Skip to content

AI-powered app to transcribe your audios and videos

Notifications You must be signed in to change notification settings

JuanQP/transcriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transcriber

Run the project

docker compose up

That's it. App is online at http://localhost

You have a default user admin with password admin.

Development

Services

docker compose up postgres rabbitmq

Env files

You must copy and paste the .env.sample files that are inside frontend and backend folders. With the default values you should be able to start developing.

cp frontend/.env.sample frontend/.env
cp backend/.env.sample backend/.env

Backend

cd backend
poetry install
poetry run python manage.py runserver
poetry run celery -A proj worker -l INFO

Frontend

cd frontend
npm install
npm run dev

About

AI-powered app to transcribe your audios and videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published