The problem category is Social Media and Communication
. A huge number of videos on YouTube are very long, and most of them are not very to the point, which doesn't make it worthwhile to watch every second of the video. There are other use cases, but let's proceed to the solution to understand it better.
We have created Audily, where you can paste the YouTube URL of any video, and it will provide two simple options:
Text Summarizer: The video will be summarized, and you will receive text with optimal UX.
Audio Summarizer: You will receive an audiobook that you can play to listen anywhere and with your own device.
It will be helpful for someone who wants to hear the video in a short span of time on the go. We have utilized Amazon's ML model and are using specialized models to improve accuracy and tone, mimicking human speech.
Deployed
🔥 Deployed Link
The frontend is hosted on Vercel Platform
The backend is hosted on --. Visit the following link to view the web application.
🌐 Setup Local Environment
For that, you need to create a docs.env.local
in web
directory in your project, as shown in the
You also need to setup a few API keys for this project to be setup correctly otherwise you won't be able to properly work on this project
You can retrieve the above environment values by referring to their documentation linked above. Once retrieved, paste them accordingly as mentioned above.
✅ Guidelines to run web app locally
For this app to work, Use these commands to run the application
# to install dependencies npm install # to run the development server npm run dev
Open http://localhost:3000
with your browser to see the application.
# to install dependencies npm install # to run the development server npm start
This will get your backend server started.