Metadata-Version: 2.1
Name: neuralinit
Version: 0.1.0
Summary: Automation tool to scaffold deep learning project directory structure
Home-page: https://github.com/charlesjeyaseelan/neuralinit
Author: Charles Jeyaseelan
Author-email: charlesjeyaseelan03.research@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# NeuralInit

`neuralinit` is a Python automation tool that creates a clean, modular deep learning project folder structure for researchers and students.

## Features

- GUI-based project initialization
- Creates well-organized directories and Jupyter notebooks
- Ideal for long-term DL and ML projects

## ðŸ“¦ Installation

```bash
pip install neuralinit
