noisecanceller / README.md
raghu2's picture
fix: add Hugging Face YAML configuration block to README
62b04a6
|
Raw
History Blame Contribute Delete
3.22 kB
metadata
title: noisecanceller
emoji: 🎡
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
S

Stemify AI

The World's Best AI Vocal Extractor & Stem Separation Engine

License: MIT Next.js Tailwind CSS Clerk


🌟 About The Project

Stemify AI is a premium, open-source web application designed to extract high-quality vocals, drums, bass, and instruments from any audio or video file instantly using deep learning. It features a stunning pitch-black and electric blue UI, seamless Clerk authentication, and blazing fast performance powered by Next.js and Turbopack.

Key Features

  • Industry-Leading Separation: Isolate vocals and instruments with crystal clarity.
  • Next-Level UI/UX: A gorgeous dark mode theme featuring fluid animations and glow effects.
  • Secure Authentication: Built-in sign-in/sign-up flows powered by Clerk.
  • Modern Tech Stack: Built with Next.js App Router, Tailwind CSS v4, and TypeScript.

πŸš€ Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

  • Node.js (v18 or higher)
  • npm or yarn
  • A Clerk Account (for Authentication)

Installation

  1. Clone the repository

    git clone https://github.com/Raghuvaranlokati/noisecanceller.git
    cd noisecanceller/frontend
    
  2. Install dependencies

    npm install
    
  3. Set up environment variables Copy the example environment file and fill in your Clerk API keys:

    cp .env.example .env.local
    

    Note: You can find your Clerk keys in your Clerk Dashboard.

  4. Start the development server

    npm run dev
    
  5. Open the app Navigate to http://localhost:3000 in your browser.


🀝 Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Please read our Contributing Guidelines and Code of Conduct before submitting a Pull Request.


πŸ“„ License

Distributed under the MIT License. See LICENSE for more information.


Built with ❀️ by Raghuvaran Lokati and the open-source community.