{"id":13341858,"url":"https://github.com/toLSC/tolsc-speech-to-text","last_synced_at":"2025-03-11T22:31:39.729Z","repository":{"id":161696158,"uuid":"631351431","full_name":"toLSC/tolsc-speech-to-text","owner":"toLSC","description":"Speech to text service for toLSC app implemented with OpenAI Whisper model","archived":false,"fork":false,"pushed_at":"2023-05-19T03:51:53.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-10-24T10:07:45.465Z","etag":null,"topics":["fastapi","python","speech-recognition","speech-to-text","tts","whisper"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toLSC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-22T18:44:30.000Z","updated_at":"2023-07-24T00:02:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"3cd04aa5-b169-472e-af42-ce5e940e27da","html_url":"https://github.com/toLSC/tolsc-speech-to-text","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toLSC%2Ftolsc-speech-to-text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toLSC%2Ftolsc-speech-to-text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toLSC%2Ftolsc-speech-to-text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toLSC%2Ftolsc-speech-to-text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toLSC","download_url":"https://codeload.github.com/toLSC/tolsc-speech-to-text/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243125221,"owners_count":20240263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fastapi","python","speech-recognition","speech-to-text","tts","whisper"],"created_at":"2024-07-29T19:26:40.441Z","updated_at":"2025-03-11T22:31:39.722Z","avatar_url":"https://github.com/toLSC.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# toLSC Speech To Text API 🎙️📝\n\nEste repositorio contiene la aplicación de Speech to Text desarrollada en FastAPI con el modelo Whisper. La aplicación convierte el habla en texto utilizando técnicas de procesamiento de voz.\n\n## Instrucciones de Uso\n\n1. Construye la imagen de Docker ejecutando el siguiente comando:\n\n```sh\ndocker build -t tolsc-s2t\n```\n\n2. Inicia el contenedor de Docker con la imagen creada:\n\n```sh\ndocker run -dp8000:8000 tolsc-s2t\n```\n\n3. Realiza las peticiones a través de la API utilizando multipart/formdata con método POST con la llave \"audio_file\" de la siguiente manera:\n\n\n```sh\nhttp://your.deploy.ip:8000/speech-to-text\n```\n\nTambién puedes realizar la petición utilizando el siguiente comando de cURL:\n\n```sh\ncurl -X POST -F \"audio_file=@audio.m4a\" http://your.deploy.ip:8000/speech-to-text\n```\n\nTen en cuenta que la API solo acepta archivos de audio en formato `.m4a`.\n\n## Colaboradores\n\n- Santiago Fernández (sa.fernandez@javeriana.edu.co)\n- Fabian Olarte (olarte_fabian@javeriana.edu.co)\n- Mateo Rosero (roseroq-j@javeriana.edu.co)\n- Andrés Vásquez (af.vasquezr@javeriana.edu.co)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FtoLSC%2Ftolsc-speech-to-text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FtoLSC%2Ftolsc-speech-to-text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FtoLSC%2Ftolsc-speech-to-text/lists"}