Metadata-Version: 2.1
Name: aisetup
Version: 0.1.2
Summary: Source code repository for deeplearning.ai courses
Home-page: https://github.com/https-deeplearning-ai/aisetup
License: MIT
Keywords: deeplearningai,deeplearning,short course,LLM
Author: Andrew Ng
Author-email: ng@deeplearning.ai
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: folium (>=0.17.0,<0.18.0)
Requires-Dist: ipython (==8.18.1) ; python_version < "3.10"
Requires-Dist: ipython (==8.26.0) ; python_version >= "3.10" and python_version < "4.0"
Requires-Dist: ipywidgets (>=8.1.3,<9.0.0)
Requires-Dist: matplotlib (>=3.9.2,<4.0.0)
Requires-Dist: numpy (==2.0.1) ; python_version < "3.10"
Requires-Dist: numpy (>=2.0.1,<3.0.0) ; python_version >= "3.10" and python_version < "4.0"
Requires-Dist: openai (>=1.42.0,<2.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Project-URL: Repository, https://github.com/https-deeplearning-ai/aisetup
Description-Content-Type: text/markdown

# AIsetup
---
This repository contains the source code for the helper functions used in the AP4B course.

