Skip to main content

NEETBOX

Installation

pip install neetbox

If you want to enable torch-related feature, please try below:

pip install neetbox[torch]

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):

caution

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.

Contribution

if you want to make this repository greater again, you should follow the step below to setup your development environment.

  1. Make sure you are in the correct python version.
  2. Run poetry install to setup your environment.
  3. Contribute your code and pull request!!!!
  4. Ask VisualDust or PaperCube to review your change.
  5. Merge!!!!