mirror of
https://github.com/vinta/awesome-python.git
synced 2025-12-08 20:12:58 +00:00
Compare commits
7 Commits
ada8348dd8
...
ec36f82731
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec36f82731 | ||
|
|
2252650cfd | ||
|
|
1b70a45ba0 | ||
|
|
0b8a5d1d93 | ||
|
|
2c5758e56a | ||
|
|
72ba127cb4 | ||
|
|
75263756ac |
@ -149,6 +149,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||
*Libraries for manipulating audio and its metadata.*
|
||||
|
||||
* Audio
|
||||
* [Django Audio Validator](https://github.com/rzashakeri/django-audio-validator) - a Audio Validator For Django With MIME type checking And Extension
|
||||
* [audioread](https://github.com/beetbox/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
|
||||
* [audioFlux](https://github.com/libAudioFlux/audioFlux) - A library for audio and music analysis, feature extraction.
|
||||
* [dejavu](https://github.com/worldveil/dejavu) - Audio fingerprinting and recognition.
|
||||
@ -416,6 +417,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||
* [keras](https://github.com/keras-team/keras) - A high-level neural networks library and capable of running on top of either TensorFlow or Theano.
|
||||
* [pytorch](https://github.com/pytorch/pytorch) - Tensors and Dynamic neural networks in Python with strong GPU acceleration.
|
||||
* [pytorch-lightning](https://github.com/Lightning-AI/pytorch-lightning) - Deep learning framework to train, deploy, and ship AI products Lightning fast.
|
||||
* [stable-baselines3](https://github.com/DLR-RM/stable-baselines3) - PyTorch implementations of Stable Baselines (deep) reinforcement learning algorithms.
|
||||
* [tensorflow](https://github.com/tensorflow/tensorflow) - The most popular Deep Learning framework created by Google.
|
||||
* [theano](https://github.com/Theano/Theano) - A library for fast numerical computation.
|
||||
|
||||
@ -524,6 +526,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||
* [path.py](https://github.com/jaraco/path.py) - A module wrapper for [os.path](https://docs.python.org/3/library/os.path.html).
|
||||
* [python-magic](https://github.com/ahupp/python-magic) - A Python interface to the libmagic file type identification library.
|
||||
* [watchdog](https://github.com/gorakhargosh/watchdog) - API and shell utilities to monitor file system events.
|
||||
* [File Validator](https://github.com/file-validator/file-validator) - Python validation library to validate files using type, mime, extension, magic numbers and size that supports Django. ✅
|
||||
|
||||
## Functional Programming
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user