Metadata-Version: 2.1
Name: aibasics
Version: 0.9.0
Summary: AI Uncovered: A Comprehensive Guide to AI Basics and Applications
Home-page: https://aibasics.halla.ai
License: CC-BY-4.0
Author: Young Joon Lee
Author-email: yj.lee@chu.ac.kr
Requires-Python: >=3.9,<3.12
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (<=8.1.7)
Requires-Dist: hyfi (>=1.35.0,<2.0.0)
Requires-Dist: scikit-learn (<=1.4.1.post1)
Requires-Dist: seaborn (<=0.13.2)
Project-URL: Repository, https://github.com/chu-aie/aibasics
Description-Content-Type: text/markdown

# AI Uncovered

[![pypi-image]][pypi-url]
[![version-image]][release-url]
[![release-date-image]][release-url]
[![jupyter-book-image]][docs-url]

<!-- Links: -->
[codecov-image]: https://codecov.io/gh/chu-aie/aibasics/branch/main/graph/badge.svg?token=dzfp4tGZ87
[codecov-url]: https://codecov.io/gh/chu-aie/aibasics
[pypi-image]: https://img.shields.io/pypi/v/aibasics
[license-image]: https://img.shields.io/github/license/chu-aie/aibasics
[license-url]: https://github.com/chu-aie/aibasics/blob/main/LICENSE
[version-image]: https://img.shields.io/github/v/release/chu-aie/aibasics?sort=semver
[release-date-image]: https://img.shields.io/github/release-date/chu-aie/aibasics
[release-url]: https://github.com/chu-aie/aibasics/releases
[jupyter-book-image]: https://jupyterbook.org/en/stable/_images/badge.svg

[repo-url]: https://github.com/chu-aie/aibasics
[pypi-url]: https://pypi.org/project/aibasics
[docs-url]: https://aibasics.halla.ai
[changelog]: https://github.com/chu-aie/aibasics/blob/main/CHANGELOG.md
[contributing guidelines]: https://github.com/chu-aie/aibasics/blob/main/CONTRIBUTING.md
<!-- Links: -->

AI Uncovered: A Comprehensive Guide to AI Basics and Applications

- Documentation: [https://aibasics.halla.ai][docs-url]
- GitHub: [https://github.com/chu-aie/aibasics][repo-url]
- PyPI: [https://pypi.org/project/aibasics][pypi-url]

AI Uncovered is a 15-week, beginner-friendly course in Korean, designed to provide a comprehensive introduction to artificial intelligence (AI) and its real-world applications. Students will explore various AI concepts and techniques, such as machine learning, deep learning, natural language processing, and object detection. The course includes hands-on lab sessions using Google Colab, allowing students to practice what they've learned. By the end, students will have a solid understanding of AI fundamentals and be prepared for an AI-driven future.

## Changelog

See the [CHANGELOG] for more information.

## Contributing

Contributions are welcome! Please see the [contributing guidelines] for more information.

## License

This project is released under the [CC-BY-4.0 License][license-url].

