NEETBOX
Installation
pip install neetbox
Since NEETBOX is under heavy development, it's better to forcely reinstall the newest version:
pip install --index-url https://pypi.org/simple/ neetbox --force-reinstall --no-deps
If you want (Click to go):
- Simple Logging Utility provides simple logging utility that interacts with other parts of NEETBOX.
- The CLI lets you easily monitor and manage deep learning projects.
- Pipeline provides tools that monitor and facilitate your training and inferencing code.
- Integrations and other helpful tools okay I know there are not many things here, but we are managing to do it.
- Basic PyTorch Code Snippets useless pytorch code snippets.
- Dev APIs join us.
Another problem here is that since the repository is still under construction, most of the codes do not have related docs. Sorry that some of the codes are massed up without regular comments on them. The docs will appear soon.
Useless wordy things
NEETBox contains useless code snippets for Deep Learning Researchers. The repository itself is still under construction and for now it has not much code inside. Nevertheless, we are always adding new code snippets.
So here is the thing: I'm new to complex Computer Vision projects and I found myself writing duplicate codes somehow, about convolutional neural networking, figure ploting(for paper writing), visualizing, data processing, etc., in different projects. So I'm going to have code snippets for myself and for other beginners who would like to have one. Certainly there are a lot of extraordinarily frameworks with high performance models integrated in their model hub (or stuff like that). However, that's not what I really want. Personally, I would like to have a collection of standalone code snippets which you can easily plug into your code without importing heavy dependency or doing code migration.
I would appreciate it if you would contribute your excellent tiny code snippets. There is no such "Code of conduct" here (lol) as long as the code runs buglessly. Leave your code here with simply a doc related to it would be helpful.