DEV Community

Cover image for Deepgram x DEV Hackathon Project DeepXGrammar
Nikunj R. Prajapati
Nikunj R. Prajapati

Posted on

Deepgram x DEV Hackathon Project DeepXGrammar

Overview of My Submission

I have built a simple but useful solution using Deepgram python sdk and language tool opensource library.

This is version 0.0.1 of this tool, i have plans to upgrade & customised it in multiple ways, any suggestions are welcome please put in comment sections.

About this tool

  • Basic use case is for checking grammar in audio files.
  • This tool is simply take one audio url as input.
  • Then using DeepGram api it will fetch transcript from it.
  • Using language tool we will get all the mistakes and corrections
  • This tool will provide corrected transcript back.

Submission Category:

Wacky Wildcards

Link to Code on GitHub


Additional Resources / Info

Opensource library for checking grammar : language tool

Screenshots

  • Original Transcript
    Original Transcript

  • Suggested correction
    Suggested correction

  • Corrected Transcript
    Corrected Transcript

Upcoming Feature updates

  • Better UI and UX.
  • Checking grammar mistakes on live data.
  • Enable access to videos as well.
  • Interactive grammar practice functionality.
  • Enable for other languages.

Top comments (0)