-
Notifications
You must be signed in to change notification settings - Fork 8
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
Adding Audio Routing #1172
Adding Audio Routing #1172
Conversation
@codingwithsurya how did you test that this PR works? |
What are the next steps after this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left comments. please address
Quality Gate passedIssues Measures |
i didn't run any unit tests or anything since this was just getting the folder and routing setup |
@karkir0003 i can only go ahead and get the schemas.py set up in this pr itself if u would like |
sounds good |
let me do some research on how this will look like. we're employing kind of a different strategy here with our custom architecture. i'll get back to u on this. |
schemas.py will be handled in #1156. |
Adding Audio Routing
Github Issue Number Here: <#1162>
What user problem are we solving?
We are extending the Deep Learning Playground's capabilities to include audio data processing, allowing users to interact with, upload, and train deep learning models on audio files.
What solution does this PR provide?
This PR introduces a new route for audio processing similar to the existing image and tabular data routes. It includes the creation of schemas.py, audio.py, and init.py under the routes/audio directory. Additionally, it integrates this new route into the main application via urls.py.
Testing Methodology
Any other considerations