/JamZ

Primary LanguageJavaScript

JamZ API

Overview

Audio Separation API is a Node.js application that provides a basic framework for processing audio, specifically separating vocals from music tracks.

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/audio-separation-api.git
  2. Navigate to the project directory:

cd JamZ
  1. Install dependencies:
npm install

Usage

  1. Start the server:
node src/app.js

The server will be running at http://localhost:3000.

  1. Open your browser or a tool like Postman and visit http://localhost:3000 to ensure the server is up and running.

API Endpoints

GET /: Test route to check if the API is running.

Contributing

Contributions are welcome! If you find a bug or have an idea for improvement, please open an issue or submit a pull request.