Skip to content

Example of microservices project that stores and transcribes audio records

Notifications You must be signed in to change notification settings

partizza/cloud-notebook

Repository files navigation

The project is example of microservices architecture on AWS Cloud.

It provides API to store and transcribe audio files. OpenAI model is used to transcript audio.

Tip

To start:

  • add OpenAI token to env variables
export OPENAI_API_KEY=your-toke-here
  • build and start containers
docker-compose up --build

Tip

Save and transcribe audio:

curl http://localhost:8080/audio -F file=@your_audio_file_path

Tip

Get transcript by audio id:

curl http://localhost:8080/transcript/{audio-id-here}

About

Example of microservices project that stores and transcribes audio records

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages