#Transcribe audio files to text

30 messages · Page 1 of 1 (latest)

vivid hull
#

I created a way to upload audio files and get a transcript back. Still a little rough around the edges but it's my first web application that wasn't intended for a client. Let me know what you think!

https://transcribeai.io/

karmic willow
#

@vivid hull Are songs included?

vivid hull
#

@karmic willow Songs are included!

karmic willow
#

Yay, tried it on English songs with 70% accuracy

hexed dock
#

which programming languages did you write? 🙂

vivid hull
#

PHP is the backend language

karmic willow
#

@vivid hull Proposing some fixes to the application:

#

Fix the upload size that it allows up to 25MB audio files in one file (increased capacity). Or correct the error message to 12MB and restrict uploading file to <12MB: "The upload field must not be greater than 12288 kilobytes."

#

Make the text space wider for computer users.

#

And inform uploaders if their data would be saved in a storage or removed after processing, as some users are particular with file privacy.

#

Make the "Server Error" message box smaller, and add an X button or "Okay"

vivid hull
#

I appreciate the ideas! I will work on getting them implemented.

leaden sparrow
#

When uploading a file, i inmediatly get the "500 server error"

vivid hull
#

The 500 error was most likely because of a max upload error. This has been resolved. If you attempt a file larger than 12MB but less than 25MB, it should generate the transcript now.

vivid hull
#

Better file handling post processing has been implemented. There is an opt in checkbox that would allow for uploaded audio to be used for testing and improvement purposes. If the checkbox is not checked, the file is immediately removed after it is processed.

river lynx
#

Does it also support korean

karmic willow
vivid hull
#

I have added the ability to insert a TikTok or YouTube url and get a transcription back. YouTube is still hit and miss depending on the size of the video. Let me know what you think
https://transcribeai.io/free/video-transcribe

wary island
#

@vivid hull , good work. I will try it on url links. Do u have api, people could use

wary island
vivid hull
#

I have found a good way to split up audio files over 25MB which Youtube videos tend to be. I should have a better method in place soon. Whisper doesn't care as long as it's an audio file. The hardest part is getting the audio file from various outlets. I'll post when I have the new method in place.

karmic willow
#

But in another, it worked

karmic willow
#

@vivid hull is your app broken?

#

since later this month it won't transcribe videos

vivid hull
#

I’ll take a look into the issue.

karmic willow
#

Probably API got expired

karmic willow
#

Follow-up for @vivid hull