Metadata-Version: 2.4
Name: pystr
Version: 0.1.0
Summary: PyStr — A practical library for creating neural networks in a simple and productive way.
Author: htcdevk0
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# PyStr

PyStr is a minimal neural network and automatic differentiation library written from scratch in Python.

## Features
- Scalar autograd engine
- Dense layers
- ReLU, Sigmoid, Tanh
- SGD optimizer
- MSE and MAE loss
- Model abstraction

## Installation
```bash
pip install pystr
