Core domain models and abstractions for Carnatic music AI. Extracted from the original DeepRaaga project for PyPI.
Project description
deepraaga-core
Core domain models and abstractions for Carnatic music AI. Extracted from the original DeepRaaga project.
Installation
You can install the package directly via pip:
pip install deepraaga-core
Overview
The deepraaga-core package provides the foundational data structures and base models for representing Carnatic music constructs. This acts as the base dependency for all other deepraaga-* packages in the ecosystem, ensuring a standardized representation of Ragas, Swaras, and machine learning model configurations.
Usage
You can use the base abstractions to build out your own model architectures tailored for Carnatic music:
from deepraaga_core.base import BaseModel, VGGModel
# Define a configuration for your architecture
config = {
'input_shape': (224, 224, 3),
'num_classes': 72 # e.g. for the 72 Melakarta ragas
}
# Initialize the core model abstraction
model = VGGModel(config)
# Access standard base methods
model.build_model()
License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deepraaga_core-0.1.0.tar.gz.
File metadata
- Download URL: deepraaga_core-0.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4d8a431d15e77d7ac0aaa323070d794116060d40a8f143b11d9261695415e18
|
|
| MD5 |
ebe023b8a44784d76ed9b97b16f1bba4
|
|
| BLAKE2b-256 |
2f2f9320d66a50caa1acb7dd84b6cba1b8ac066872826021f9b0f3923e213dd7
|
File details
Details for the file deepraaga_core-0.1.0-py3-none-any.whl.
File metadata
- Download URL: deepraaga_core-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c497d35e24965d7935505ec860b719e9861d794519ed7c51605d65eee52bfb8
|
|
| MD5 |
e116e582629fd9267669a6080dffab86
|
|
| BLAKE2b-256 |
79c2d9b57193d2a37ba2ffbfa747c77bc9aa4c29492cf91c18c90e5d221a17eb
|