Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbang authored Sep 27, 2020
1 parent b39f80b commit 0931b3c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# gene-pool-backend
# gene-pool-backend

This ASP.NET based back-end controls the data flow for transcribing YouTube videos into a text-based format.

In order to run this repository, paste in your Azure Storage connection string into appsettings.json, and send a POST request with a JSON body to {{url}}/api/speechtotext/transcribe_link.

Example:
{
"url": "https://www.youtube.com/watch?v=..."
}

0 comments on commit 0931b3c

Please sign in to comment.