Metadata-Version: 2.1
Name: NeuroUtils
Version: 0.1.8
Summary: Library for neural network projects organisation
Author-email: Sebastian Borukało <Ciapserr@gmail.com>
Project-URL: Homepage, https://github.com/Ciapser/NeuroUtils
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Requires-Python: >=3.8
Description-Content-Type: text/plain
License-File: LICENSE.txt
Requires-Dist: opencv-python ==4.9.0.80
Requires-Dist: numpy ==1.26.2
Requires-Dist: scipy ==1.11.4
Requires-Dist: scikit-image ==0.22.0
Requires-Dist: scikit-learn ==1.3.2
Requires-Dist: tensorflow-cpu ==2.10.0
Requires-Dist: tqdm ==4.65.0
Requires-Dist: pandas ==2.1.4
Requires-Dist: matplotlib ==3.8.2

================================================================
Description:
================================================================
NeuroUtils: Python library for Neural Network Utilities.

It is focused to automate some big operations and make them modular. Especially to make projects easily scalable and possible to experiment
with architectures, paramaters and data without worrying about saving results or data.

Early development! BUGS can occur!


================================================================
Instalation:
================================================================
You can either download repository and use it as standalone module in your python project, or install it via pip:

pip install NeuroUtils

or

pip install https://github.com/Ciapser/NeuroUtils

or if not working 

pip install git+https://github.com/Ciapser/NeuroUtils


================================================================
Disclaimer:
================================================================
Project is focused to create the framework to work with neural networks for educational purposes.
Which I am doing by creating it and using its functionality to organize work 
