Metadata-Version: 2.4
Name: hjxdl
Version: 0.3.53
Summary: A collection of functions for Jupyter notebooks
Home-page: https://github.com/huluxiaohuowa/hdl
Author: Jianxing Hu
Author-email: j.hu@pku.edu.cn
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4
Requires-Dist: openai
Requires-Dist: tqdm
Requires-Dist: geopy
Requires-Dist: pytz
Requires-Dist: duckduckgo_search[lxml]
Requires-Dist: opencv-python
Requires-Dist: redis[hiredis]
Requires-Dist: psycopg[binary]
Requires-Dist: Pillow
Requires-Dist: open_clip_torch
Requires-Dist: natsort
Requires-Dist: matplotlib
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# DL framework by Jianxing



[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg?style=flat-square)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)


```bash
pip install hjxdl
```

```python
import hdl
print(hdl.version)
```
