Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Readme.md file #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
144 changes: 144 additions & 0 deletions CodeHarmony.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
<h1 align="center">
<a href="https://github.com/CommunityOfCoders/Inheritance-2024">
<img src="./Untitled.png" alt="CoC Inheritance 2024" width="500" height="166">
</a>
<br>
Melodify
</h1>

<div align="center">
AI-powered platform that enables users to convert any song into its
instrumental version (Flute, Violin, Piano)
</div>
<hr>

<details>
<summary>Table of Contents</summary>

- [Description](#description)
- [Links](#links)
- [Tech Stack](#tech-stack)
- [Progress](#progress)
- [Future Scope](#future-scope)
- [Applications](#applications)
- [Project Setup](#project-setup)
- [Usage](#usage)
- [Team Members](#team-members)
- [Mentors](#mentors)
- [Screenshots](#screenshots)

</details>

## 📝Description
**Upload Song or Melody:** Users can easily upload their songs or melodies in mp3 format
**Choose Instrument:** After uploading, users can select which instrument they want
the song to be converted into, like a flute, guitar, or piano.
**Download Instrumental Version:** Once the song is converted, users can download
the new instrumental version.
**Dashboard Access:** Users will have a simple dashboard where they can see all
their uploaded songs, track previous conversions, and re-download any files if
needed


## 🔗Links

- [GitHub Repository](https://github.com/sneha31415/code-harmony)
- [Demo Video]()
- [Drive Link to Screenshots of your project](https://drive.google.com/drive/u/0/folders/1qVeKr9IxoAj-ceL1ETKL_ehe96Z45Kv8)
- [Hosted Website Link]()
- [Hosted Backend Link]()



## 🤖Tech-Stack

Mention all languages/libraries/frameworks used in your project **domain-wise**
You can use icons too - find them [here](https://github.com/get-icon/geticon)

#### Front-end
- React
- HTML
- CS
- JavaScript



#### Back-end
- NodeJS
- ExpressJS
- Flask

#### Database
- MongoDB


#### nlp
-Ml

## 📈Progress

List down all the fully implemented features in your project



List down all the partially implemented features in your project


## 🔮Future Scope
**Multi-Instrumental Handling:** You can extend DDSP’s capabilities to handle multiple instruments by training models to recognize more complex polyphonic audio.
**Customizable Features:** Allow users to tweak parameters like pitch, tone, or tempo before converting.
**More Instrument Options:** As you expand your project, you can fine-tune more DDSP models for different instruments (e.g., Sitar, drums, etc.).
**Real-Time Progress Tracking:** Users can monitor the status of their song conversion, with updates on when the file is being processed and ready for download.

## 💸Applications
1. For Musicians & Singers 🎤🎸

Karaoke Creation: Users can extract instrumentals from songs to sing along.
Cover Songs: Singers can remove original vocals and record their own versions.
2. For Music Producers & DJs 🎛️

Remixes & Mashups: DJs can extract vocals and instrumentals separately to create new remixes.
3. Instrumental Enjoyment: Fans who love background scores or karaoke versions can listen to instrumentals separately.

## 🛠Project Setup

For the Web-App 1.Clone the GitHub repo.
```bash
git clone <url>
```
2.Enter the client directory. Install all the required dependencies.
```bash
cd frontend
npm install
npm start
```

3.To start the backend server:4
```bash
cd backend
npm install
npm start
```

## 👨‍💻Team Members

Add names of your team members with their emails and links to their GitHub accounts

- [Swarali Bhuyar](https://github.com/)
- [Nandini Sutrave](https://github.com/)
- [Sneha Singh ](https://github.com/)
- [Kajal Kumari](https://github.com/)

## 👨‍🏫Mentors

Add names of your mentors with their emails and links to their GitHub accounts

- [Mrudul]():
- [Advait]():
- [Raj]()
## 📱Screenshots


![Screenshot alt text]( "screenshot")


124 changes: 0 additions & 124 deletions README.md

This file was deleted.