Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pwntus/mytalkingface

Make a video of your face talk in different languages.
https://github.com/pwntus/mytalkingface

Last synced: 5 days ago
JSON representation

Make a video of your face talk in different languages.

Awesome Lists containing this project

README

        

# mytalkingface.com

Make a video of your face talk in different languages.

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev
```