Team Number:
24AACR21
Senior Mentor:
Akash Paul Reddy Sama
Junior Mentor:
Revanth Sallangula
Team Member 1:
Akshitha Nallamothu
Team Member 2:
Mohd Sajid Zubair
Team Member 3:
Emmadi Rohit
Team Member 4:
K Ashritha
Team Member 5:
Vamshi
• Abstract
• Requirements
• How to Use
• Preview
• Contribution
Introducing a dynamic online platform tailored for music creators and composers, where collaboration meets creativity. Imagine a space where directors seeking the perfect soundtrack for their scenes can seamlessly connect with a diverse community of songwriters, singers, and bands. Directors post their scene descriptions, and talented musicians respond with clips showcasing their work. The director then selects the ideal collaborators, forming a cohesive group to bring their vision to life. Welcome to the future of music collaboration, where possibilities are endless and talent knows no bounds
| Name |
|---|
| Python 3.10+ |
| Flask |
| SQLite |
| JavaScript |
| HTML5 & CSS3 |
To use this project, follow these steps:
1. Clone the repository:
git clone <repository_url>
cd Mixmuse
- Set up a virtual environment:
source env/bin/activate # On Windows: env\Scripts\activate
3. Install dependencies:
pip install flask
4. Set up environment variables:
–Create a .env file in the root directory and add:
DATABASE_URL=sqlite:///path/to/mixmuse_users.db
- Run the application:
python main.py
6. Access the application:
Open your browser and navigate to:
http://localhost:5000
—
Screenshot of the project:
—
We welcome contributions to Mixmuse! To contribute, follow these steps:
1. Understand the Project Philosophy:
Read through the README.md file to familiarize yourself with the project’s goals and structure.
2. Maintain Code Consistency:
Use the same programming language and library versions as the original code.
3. Write Documentation:
Explain the changes you’re proposing, including identified problems, proposed solutions, and test cases.
4. Submit a Pull Request:
Follow standard Git etiquette for submitting your contributions.

Leave a Reply