Metadata-Version: 2.1
Name: hjxdl
Version: 0.2.52
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
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

# DL framework by Jianxing

```bash
pip install hdxdl
```

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