Skip to content

A karaoke web app for singing with facial recognition avatar and audio recording, built with Nextjs, Vercel, face-api, and Youtube API

Notifications You must be signed in to change notification settings

Kowalski-Group/rfp2204-blue-ocean

Repository files navigation

🎤 Sweet Niblets

Singing in Augmented Reality!

App Demo

See it Live: https://sweet-niblets.vercel.app/sing

Kowalski dev initial setup

This is to start dev initial setup to install all dependencies.

Setup

Navigate to your local directory where you would like to store the repo, then git clone with the following command in terminal:

git clone https://github.com/Kowalski-Group/rfp2204-blue-ocean.git

Inside your local repo directory, install pnpm:

npm install -g pnpm

And then use pnpm to install setups:

pnpm install

Start the dev server, see package.json for more scripts:

pnpm dev

Next.js + Cypress

This example shows how to configure Cypress to work with Next.js.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-cypress with-cypress-app
# or
yarn create next-app --example with-cypress with-cypress-app
# or
pnpm create next-app --example with-cypress with-cypress-app

Deploy it to the cloud with Vercel (Documentation).

About

A karaoke web app for singing with facial recognition avatar and audio recording, built with Nextjs, Vercel, face-api, and Youtube API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published