I believe many others have implement more sophisticated ChatGPT CLI tool. But this is a super simple one without fancy features that I created with Python for my own use.
My motivation was that using OpenAPI could be much cheaper than subscribing ChatGPT Plus, and _seems_ to be more privacy friendly according to some legal experts.
I'm not planning adding fancy features unless I start to feel some feature would be a big plus to my productivity in my own use case. But everyone are welcomed to use this basic version or fork it to add their own features.
We just released v0.2 of tsaug, an open-source Python package for data augmentation of time series and audio sequences.
Data augmentation is a common technique applied in deep learning. Augmentation of image data for computer vision models has been a mature and standard process, and several open-source packages (e.g. imgaug) are popular choices. However, open-source libraries for data augmentation of time series (including audio sequences) are rare.
In tsaug, we developed several common augmenters of time series and audio sequences as well as pipelines that may connect augmenter instances. More importantly, tsaug is an expandable platform where new augmenters might be developed following a unified API.
Issues and PR are welcomed, as well as stars and forks!
My motivation was that using OpenAPI could be much cheaper than subscribing ChatGPT Plus, and _seems_ to be more privacy friendly according to some legal experts.
I'm not planning adding fancy features unless I start to feel some feature would be a big plus to my productivity in my own use case. But everyone are welcomed to use this basic version or fork it to add their own features.