Giter VIP home page Giter VIP logo

meme-video-maker's Introduction

Meme video maker

The second automated Youtube video maker I made. Only now, it's time for memes.

It allows users to easily create a video like this one, which is made by using only this tool: https://youtu.be/ifVO8gNJTb8

What it does

Offers a clickable GUI where you can select multiple image and GIF memes. It automatically reads all text in the memes and lets you read them out, while revealing them part-by-part.

This means a video can be created in a matter of seconds or minutes depending on length, no editing required.

Creating a video

first.mp4
second.mp4

Final video (example)

final-video.mp4

Setup

  • Node v14 (use fnm or nvm to easily switch between versions)

  • Install ffmpeg, it's a pre-requisite

Set environment variables in {client,server}/.env (see .env.example for reference)

Needs AWS keys for S3 and DynamoDB. Needs Google Cloud credentials for the Image-to-Text OCR.

Uses two AWS S3 buckets, and one dynamoDB table. See src/server.ts

Run it

Server

Build and run the server production build

$ npm i

$ npm run build

$ npm start

Client

Build the client

$ npm run client-build

# Now client/build contains a static build of the site

Serve the builded directory on netlify or any web server

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.