-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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=..." | ||
} |