Skip to content

vin-cf/audio-transcription-to-text

Repository files navigation

Development Setup

To set up the development environment, you'll need python3 and make. Follow these steps:

Install Dependencies: This command will create a virtual environment and install the required packages.

make install

Running the application

Run the main.py file, this will spin up a Flask app on localhost port 5002

Docker

$ docker build . -t audio-to-text:local
$ docker run audio-to-text:local

Style

https://lospec.com/palette-list/shadow-violet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published