Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drscotthawley/fastproaudio
End-to-end audio deep learning with fastai
https://github.com/drscotthawley/fastproaudio
audio audio-processing deep-learning fastai
Last synced: 10 days ago
JSON representation
End-to-end audio deep learning with fastai
- Host: GitHub
- URL: https://github.com/drscotthawley/fastproaudio
- Owner: drscotthawley
- License: apache-2.0
- Created: 2021-10-22T01:17:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-20T06:16:35.000Z (almost 3 years ago)
- Last Synced: 2024-09-18T09:32:56.291Z (2 months ago)
- Topics: audio, audio-processing, deep-learning, fastai
- Language: Jupyter Notebook
- Homepage: https://drscotthawley.github.io/fastproaudio/
- Size: 176 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# fastproaudio
> End-to-end audio with fastai.## Idea behind this repo
`fastaudio` focuses on spectrograms. `fastai` use cases tend to focus on classification. We need to go beyond those.
## Install
`python -m pip install fastproaudio`
or for the latest version:
`python -m pip install git+https://github.com/drscotthawley/fastproaudio.git`
## How to use
...Workin' on it!
## Contributing
Fork this repo. Then clone to your local machine...
TODO must come back and fill in more. It will involve things like running the same commands associated with [Contributing to nbdev](https://nbdev.fast.ai/#Contributing):
`pip install nbdev`
`nbdev_install_hooks`
`nbdev_clean_nbs`
`make git_update` will commit and push your changes