Skip to content

Misachu10032/Home-Karaoke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Karaoke

Welcome to my personal project. This is a web-based karaoke player that allows users to browse songs, remove vocals, and sing along.

This project does not contain any songs. To make it work, you need to have the mp4 files and add them to the library.

Demo

Happy.Birthday.song.webm

To use it in real life, project localhost:3000 on a big screen for everyone to see. Then use localhost:3000/library as a controller.

Table of Contents

  1. Introduction
  2. Project Structure
  3. Prerequisites
  4. Installation
  5. Usage
  6. Features
  7. Disclaimer

1. Introduction

The reason I built this is that the karaoke in town is not ideal. The music library is limited and the the vocal removal is done poorly. With the advancment of AI, I'm building a karaoke system with better vocal removal by using Demucs(Really Cool Stuff). This project serves as a song library and karaoke player. It has a web UI built with React for selecting and playing songs. Users can build their own playlist by adding songs to the library.

2. Project Structure

The project's file structure is organized as follows:

  • /frontend: Contains the React-based frontend code.
  • /backend: Contains the Python-based backend code.
  • Your songs will be stored in C:/songs for Windows or Home/songs for Linux/Mac.

3. Prerequisites

Before you get started, make sure you have the following prerequisites installed:

  • Python 3.x for the backend.
  • MongoDB for the database.
  • Demucs for vocal isolation. Please follow their installation instructions to until here.

I'm using the following command for vocal isolation

demucs --two-stems=vocals ...

4. Installation

Follow these steps to install and set up the Home Karaoke application:

  1. Navigate to the root directory of the project and install the dependency

     npm install
    
  2. Navigate to /frontend and install the dependency

     npm install
    
  3. Navigate to /backend and install the dependency

    pip install -r requirements.txt
    

5. Usage

To Run

  • Navigate to the root directory of the project and run

For windows

   npm run start

For Linux

   npm run startLinux

The command will start both the frontend and backend servers. The frontend will be hosted on port 3000 and the backend on port 5000. Port 8010 is used to host the local songs using python http.server. When running, you can access the Home Karaoke application by opening a web browser and navigating to http://localhost:3000. Please check the Demo.

6. Features

  • Song library management.
  • Vocal isolation for the songs with vocal.
  • Song search functionality.
  • Karaoke with basic controls.

7. Disclaimer

This project, Home Karaoke, is intended for personal use and educational purposes only. It is not intended for commercial use, distribution, or any other purpose that may infringe on the rights of content creators, copyright holders, or third parties.

I'm building it just for fun!

For any questions or concerns regarding this disclaimer, please submit an issue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published