Are the college lectures boring ;) Isn't it? How do you feel before the end semester, wondering what topics were taught etc. Well as we know that recording the entire lectures and that too for all the classes is not feasible then what is the solution? Maybe you are studious but still you need notes for revisions. How about automating this process using some Artificial Intelligence. Well you have come to right place!
We have product in which college students, Techies can meet, can conduct classes, webinars, virtually hangout and save the important, useful insights of conversation for Future references. We made the video, audio streaming platform using twilio. Further we streamed this audio using the streaming API provided by the symblai. We establish the websocket connection and get the conversation ID. Ahh the conversation ID is really cool How? continue with me. Using this conversation we can get the transcript, topics, FollowUps, ActionItems, Sentiment Analysis etc buy simply making a get request Isn't it amazing?
How do store it for long term?
We have used puppeteer for this purpose and we store the all the analytics data from meeting in a PDF, that you can download using a single click ⚡.
- How to make it working on all the platforms like Google Meet, Zoom, Twilio
- How to extract, save these analytics.
- Handle the accesstoken, its expirytime, security related issue related to it.
- Quickly make a video chat application to deliver a complete product.
- We did the intensive work at the backend so that the user has smooth experience.
- Add Login, Logout system so that only authorized users can access the website.
- Deploy on Kubernetes provider.
- Make it accessible in form of extension as well.
- Instead of getting insights at the end of call we can get them in real time. For this part we already the streaming API of symbl.ai, we just have handle that data in realtime using the websocket listners.