All you need to do is upload a video of size not bigger than 10 megabytes. After that, sit back and watch your video being 'captionified'! This tool could come handy for social media content creators, youtubers, etc. Link the to backend repo
CaptionMe.demo.mp4
CaptionMe is built with:
- Next.js: A React meta-framework
- Tailwind CSS: An open source CSS framework
- TypeScript: For type safety
- Express.js: A backend framework based on Node.js
- AWS: A leading cloud service
- Redis: An in memory database
Git is a distributed version control system used for software development. It allows multiple developers to work on the same codebase simultaneously, keeping track of changes and managing versions. It also enables users to revert changes and collaborate more effectively.
Node.js is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
Open up your terminal, and write the following commands to it -
git clone https://github.com/ameya051/caption-me
cd caption-me
npm install
Rename .env.example to .env.local and fill the required fields
npm run dev
Open http://localhost:3000 with your browser to see the result.
- Ameya Shrivastava - Ameya Shrivastava - CaptionMe