Metadata-Version: 2.4
Name: helloai
Version: 3.8
Summary: A Python Library For AI Education
Home-page: http://www.moyalab.com
Download-URL: https://www.moyalab.com
Author: devdio
Author-email: devdio.kei@gmail.com
License: GNU GPLv3
Keywords: Kamibot,AI,Robot,BitBlock
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Education
Requires-Python: >=3.10, <3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy==1.26.4
Requires-Dist: pandas==2.0.3
Requires-Dist: tensorflow==2.15.1
Requires-Dist: mediapipe==0.10.14
Requires-Dist: tensorflow-datasets==4.9.0
Requires-Dist: opencv-contrib-python==4.8.0.76
Requires-Dist: matplotlib==3.7.2
Requires-Dist: scikit-learn==1.3.0
Requires-Dist: scipy==1.11.1
Requires-Dist: keyboard==0.13.5
Requires-Dist: Pillow
Requires-Dist: tqdm==4.41.1
Requires-Dist: PyYAML==6.0
Requires-Dist: joblib==1.4.2
Requires-Dist: easyocr==1.7.2
Requires-Dist: pyttsx3==2.98
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

## A Python Library For AI Education

---

-   파이썬 3.11 이하의 버전에서 사용해야하며, Conda 가상환경을 사용할 것을 권장합니다.
-   Anaconda 또는 Miniconda 사용

```
conda create -n myenv python=3.11
conda activate myenv
```
