onPoint is a straight-forward summarization web-app that aims to improve productivity by condensing long-boring-repetitive and time-consuming online-videos into concise information keypoints!
For each video, onPoint provides three types of summaries:
- headline summary
- one-sentence summary
- bullet-point summary
onPoint is built with:
- React
- Node js
- Express js
- MongoDB
- AssemblyAI
Follow these simple steps to start summarizing with onPoint:
- Head to onPoint and click on "Service" or the "Start Now!" button
- Upload your youtube video link
- That's all!
y2mate.is.-.onPoint.personal.project-8VBlOwuoFNg-720p-1700440453.mp4
- Git clone the repository
- Setting up frontend
- Head to frontend directory
- Run
npm run devto start frontend server
- Setting up backend
- head to backend directory
- Run
npm startto start backend server