Metadata-Version: 2.3
Name: dlspark
Version: 1.0.3
Summary: A simple deep learning framework with NumPy backend.
Author-email: Eric Lin <erix025@outlook.com>
Requires-Python: >=3.12
Requires-Dist: matplotlib
Requires-Dist: networkx
Requires-Dist: numpy
Description-Content-Type: text/markdown

# DLSpark

DLSpark is a simple deep learning framework with numpy as backend. It is named after Spark because it is viewed as a lightweight version of PyTorch, and we hope it can be a spark for deep learning research.

## Installation

```bash
pip install dlspark
```