Learn Build Teach Hackathon Submissions #47
Replies: 5 comments 14 replies
-
Building YouTXTTranscribing YouTube VideosYouTXT is an app that transcribes any YouTube video and provides some additional features like summary, keywords, Transcript translation, search the video, and markdown editor to edit the transcription. Link to code: https://github.com/dotaadarsh/YouTXT |
Beta Was this translation helpful? Give feedback.
-
VProfressor.ai — A 24x7 Virtual Professor for StudentsAn application that it helps the students and increase their speed, efficiency of learning and also get their doubts clarified with additional learnings.VProfessor.ai contains different features designed to facilitate online learning. Users can upload a wav/mp3/ text files. Then, a Deepgram STT transcript of the audio is returned, along with a summary of the data. This includes key words and main topics, Wikipedia page links, current events from NewsAPI, and recommended YouTube videos. From here, users can either read the summary report on the website or download it as a pdf for their personal studying. Additionally, students may “ask the professor” a question, and get a quick short answer for themselves which leverages wolframalpha api’s. Link to code: https://github.com/Manikant92/VProfessor_LBTHackathon |
Beta Was this translation helpful? Give feedback.
-
Can we please know when the winner results be announced? |
Beta Was this translation helpful? Give feedback.
-
DiscordSTTA discord bot with per user transcription functionality.This started as a Virtual Table Top transcription concept, to allow virtual D&D campaigns to be more accessible, but we soon realized that most folks playing D&D on VTTs were using Discord for Voice. So we expanded the scope to handle Discord voice. (I don't have a blog and didn't realize this was what was meant by a github discussion, so we actually wrote our post on our repo's discussions, linked below). Link to code: https://github.com/TekGadgt/discordstt |
Beta Was this translation helpful? Give feedback.
-
DeepCensorCensor swear words automaticallyUsing profane language is often unwelcomed. You don't hear an explicit song on the radio. A Youtube video with swears could be demonetized. Live news with profanity might even land the channel in legal trouble. But censoring audio can be a time consuming task. Thanks to AI we can now do this automatically. DeepCensor is a piece of python code which takes in an audio file (or a live stream link) and spits out an output file with all the swears muted. This process is entirely automatic thanks to the Deepgram python SDK. Link to code: https://github.com/DeepPleb/DeepCensor |
Beta Was this translation helpful? Give feedback.
-
As a reply to this post, submit your project using the following template:
The completed submission should look like this:
Building a Voice-Powered Song Search
Description
For this project, I access the microphone to power a Christmas song search using the Genius API.
Link to code: https://github.com/deepgram-devs/song-search
Link to blog post: https://blog.deepgram.com/song-search-js/
Beta Was this translation helpful? Give feedback.
All reactions