https://github.com/pgcai/dorapy
Dorapy is a deep learning framework that focuses on data pre-processing.🛸
https://github.com/pgcai/dorapy
deep-learning deeplearning-framework preprocessing python
Last synced: 2 months ago
JSON representation
Dorapy is a deep learning framework that focuses on data pre-processing.🛸
- Host: GitHub
- URL: https://github.com/pgcai/dorapy
- Owner: pgcai
- License: mit
- Created: 2021-10-16T03:01:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T12:07:09.000Z (over 4 years ago)
- Last Synced: 2025-04-22T13:06:04.661Z (about 1 year ago)
- Topics: deep-learning, deeplearning-framework, preprocessing, python
- Language: Python
- Homepage:
- Size: 18.7 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## **Dorapy**
#### is a deep learning framework that focuses on data preprocessing.🛸
### 🔨INSTALLING DORAPY
If you use `pip`, you can install DoraPy with:
```bash
pip install dorapy
```
### ▶️DoraPy quickstart
```bash
# Classification
mnist_train.py
# Regression
curve_train.py
```
### 🧑🏻💻Contribution
- pgcai