Skip to content

SamuelYiuSY/Transcriber-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Description

A full-stack web app that transcribes videos into .srt subtitle files, with a Python Flask backend utilising OpenAI Whisper.

Deployment

Pull the Python image python:3.8-slim before building: docker pull python:3.8-slim

To build this Docker container: docker build . -t transcriber

To run the container: docker run transcriber

A "Temporary failure in name resolution" error may occur caused by PIP failing to resolve DNS name when a VPN is connected, try disconnecting the VPN to fix this issue.

Usage

Open the link http://localhost:5100 in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors