help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • Blog
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
music-classification
RSK World
music-classification
Music Classification Dataset - Genre Classification + Music AI + Audio ML
music-classification
  • __pycache__
  • data
  • models
  • notebooks
  • utils
  • .gitignore1.2 KB
  • ADVANCED_FEATURES.md10.7 KB
  • COMPLETE_PROJECT_INFO.txt16.3 KB
  • CONTRIBUTING.md2 KB
  • DATASET_INFO.md8.5 KB
  • INSTALLATION.md8.4 KB
  • LICENSE2.1 KB
  • PROJECT_STRUCTURE.md8.4 KB
  • PROJECT_SUMMARY.md12.7 KB
  • README.md5.7 KB
  • START_HERE.md7 KB
  • USAGE_GUIDE.md11.1 KB
  • WHATS_NEW.md8.9 KB
  • config.py4.3 KB
  • demo.py11.9 KB
  • example_usage.py8.8 KB
  • index.html38.8 KB
  • music-classification.png2.1 MB
  • quick_start.py5.7 KB
  • requirements.txt1.1 KB
  • setup.py2.9 KB
  • validate_project.py7 KB
generate_samples.pyvisualize.pysetup_dataset.pysetup.py
setup.py
Raw Download
Find: Go to:
"""
Setup Script for Music Classification Dataset

Project: Music Classification Dataset
Author: Molla Samser
Company: RSK World
Designer & Tester: Rima Khatun
Website: https://rskworld.in
Email: help@rskworld.in, support@rskworld.in
Phone: +91 93305 39277
Description: Installation setup for the music classification package
License: Educational Purpose Only
"""

from setuptools import setup, find_packages

# Read README file
with open('README.md', 'r', encoding='utf-8') as fh:
    long_description = fh.read()

setup(
    name='music-classification-dataset',
    version='1.0.0',
    author='Molla Samser',
    author_email='help@rskworld.in',
    description='Music genre classification dataset with audio samples across multiple genres',
    long_description=long_description,
    long_description_content_type='text/markdown',
    url='https://rskworld.in',
    packages=find_packages(),
    classifiers=[
        'Development Status :: 4 - Beta',
        'Intended Audience :: Education',
        'Intended Audience :: Science/Research',
        'Topic :: Scientific/Engineering :: Artificial Intelligence',
        'Topic :: Multimedia :: Sound/Audio :: Analysis',
        'License :: OSI Approved :: MIT License',
        'Programming Language :: Python :: 3',
        'Programming Language :: Python :: 3.8',
        'Programming Language :: Python :: 3.9',
        'Programming Language :: Python :: 3.10',
        'Programming Language :: Python :: 3.11',
    ],
    python_requires='>=3.8',
    install_requires=[
        'librosa>=0.10.1',
        'numpy>=1.24.3',
        'pandas>=2.0.3',
        'scikit-learn>=1.3.2',
        'matplotlib>=3.7.3',
        'seaborn>=0.13.0',
        'soundfile>=0.12.1',
        'joblib>=1.3.2',
        'tqdm>=4.66.1',
    ],
    extras_require={
        'dev': [
            'pytest>=7.4.0',
            'jupyter>=1.0.0',
            'notebook>=7.0.6',
        ],
        'ml': [
            'tensorflow>=2.15.0',
            'keras>=2.15.0',
        ],
    },
    entry_points={
        'console_scripts': [
            'music-train=models.train_model:main',
            'music-predict=models.predict:main',
        ],
    },
    include_package_data=True,
    keywords='music classification audio machine-learning genre-classification audio-analysis',
    project_urls={
        'Website': 'https://rskworld.in',
        'Source': 'https://rskworld.in',
        'Contact': 'https://rskworld.in/contact.php',
    },
)

# Author Information
print("""
========================================
Music Classification Dataset - Setup
========================================
Author: Molla Samser
Company: RSK World
Designer & Tester: Rima Khatun
Website: https://rskworld.in
Email: help@rskworld.in
Contact: +91 93305 39277
========================================
© 2026 RSK World
========================================
""")

98 lines•2.9 KB
python

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer