File size: 799 Bytes
15feebf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<h1 align="center">FastDev</h1>

<p align="center">
    <em><a href="https://fastdev.jianglongye.com">Documentation</a></em>
    &nbsp;&nbsp;&bull;&nbsp;&nbsp;
    <em><code>pip install fastdev</code></em>
</p>

---

> Type Less, Code More

## Features 🌟

- Reasearch-oriented: Offers a set of tools specifically designed for deep learning research.
- User-friendly: Provide simple yet flexible APIs to minimize boilerplate code.
- Strong-typed: Ensures type checking and code completion for a smoother development experience.

## Installation

The package is available on PyPI, you can install it via pip:

```shell
pip install fastdev
```

Or you can install the latest version from the source code: (not available yet)

```shell
pip install "git+https://github.com/jianglongye/fastdev.git"
```