The app works by taking an mp3 file and transcribing it. It then uses rev-ai
to transcribe and a MindsDB
model to summarise the content in a quick and efficient manner. This means that you can listen to a long podcast or audio file and get a summary of it in just a few minutes!
The best part about Semmariser is that it is incredibly user-friendly and is accessible anywhere. All you have to do is upload your audio file, and the app takes care of the rest. In just a matter of minutes, you'll have a summary of the content that you can read on the go.
https://mindsdb.hackathonrunway.repl.co/ (Note: You may need to enable CORS policy on your browser - we recommend the CORS Everywhere
extension on Firefox.)
https://vijayjaisankar.hashnode.dev/sql-sorcery-with-mindsdb-and-express-clgqci2yt000h09jt0rzr8ink
- Create a new file named
.env
and populate it with API keys and URLs specified in.env.example
. - To install all dependencies, run
npm install
in both theapi
andfrontend
directories. - To run the API, navigate to the
api
directory and runnode textSummary.js
- To run the frontend, navigate to the
frontend
directory and runnpm start
.