From 2d31c59dfc9c8c6a1eeef114f85026d0c3a953a1 Mon Sep 17 00:00:00 2001 From: lidor Date: Sun, 16 Jun 2024 15:33:42 +0300 Subject: [PATCH] Upload files to "/" --- ‏‏README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ‏‏README.md diff --git a/‏‏README.md b/‏‏README.md new file mode 100644 index 0000000..d183035 --- /dev/null +++ b/‏‏README.md @@ -0,0 +1,18 @@ +# Transcription with google cloud speech-to-Text API + +## Features + +- Transcription of local sound file with Cloud Speech-to-Text API + +## Installation + +1. Create a Google Cloud account +Create a new project +Enter APIs & services +Enter IAM & ADMIN +Enter Service Accounts +Enter the existing one +Enter KEYS and create a JSON key + +2. The project needs to be installed: +pip install google-cloud-speech \ No newline at end of file