aniketk13 / Symbl-Demo-Android

This is a demo application to show the working of Symbl.ai with Android. Get Video Transcriptions in a single click.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symbl-Demo-Android

This is a Symbl.ai Demo Application to help the beginners get started. Specifically, this helps in generating Video Transcriptions in just one click.

To use this application

  • Fork the repo and clone it in your system
  • Open the local repo in Android Studio
  • Go to symbl.ai and create an account for free
  • Get your App Id and Secret Key and paste it in local.properties file as:

Symbl_App_ID= {YOUR_APP_ID}
Symbl_App_Secret= {YOUR_SECRET_KEY}

Advisable not to expose your API Keys publicly, putting them in local.properies ignores it to get committed in GitHub

  • Then click on Run 🚀

Open MainActivity.kt to get an overview of the complete code with explainations about all the functionalities

Order in which the application executes 📲:

If you need any help, join Symbl.ai Slack, and drop your query in the support channel

Connect with me @AniketKhajanchi

About

This is a demo application to show the working of Symbl.ai with Android. Get Video Transcriptions in a single click.


Languages

Language:Kotlin 100.0%