Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pwntus/mytalkingface
- Owner: Pwntus
- Created: 2024-08-01T20:21:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T09:10:13.000Z (5 months ago)
- Last Synced: 2024-12-15T19:05:37.479Z (7 days ago)
- Language: Vue
- Homepage: https://mytalkingface.com
- Size: 229 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```