Metadata-Version: 2.4
Name: AI_Practicals
Version: 2.0.1
Summary: A collection of practical AI/ML implementations
Home-page: https://github.com/Shreeyanshpashin/ai-practicals
Author: Shreeyansh Pashine
Author-email: Shreeyanshpashine@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/Shreeyanshpashin/ai-practicals/issues
Project-URL: Source Code, https://github.com/Shreeyanshpashin/ai-practicals
Keywords: machine-learning,artificial-intelligence,deep-learning,education,examples,practical-ai
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Education :: Computer Aided Instruction (CAI)
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.19.0
Requires-Dist: matplotlib>=3.3.0
Requires-Dist: scikit-learn>=0.24.0
Requires-Dist: tensorflow>=2.5.0; sys_platform != "win32"
Requires-Dist: torch>=1.8.0
Requires-Dist: nltk>=3.6.0
Requires-Dist: pandas>=1.2.0
Requires-Dist: shap>=0.39.0
Requires-Dist: xgboost>=1.4.0
Requires-Dist: transformers>=4.0.0
Requires-Dist: ipython>=7.0.0
Provides-Extra: dev
Requires-Dist: pytest>=6.0.0; extra == "dev"
Requires-Dist: black>=21.0; extra == "dev"
Requires-Dist: flake8>=3.9.0; extra == "dev"
Requires-Dist: mypy>=0.900; extra == "dev"
Requires-Dist: pydocstyle>=6.0.0; extra == "dev"
Requires-Dist: twine>=3.4.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=4.0.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=0.5.0; extra == "docs"
Requires-Dist: myst-parser>=0.15.0; extra == "docs"
Provides-Extra: full
Requires-Dist: opencv-python>=4.5.0; extra == "full"
Requires-Dist: seaborn>=0.11.0; extra == "full"
Requires-Dist: plotly>=5.0.0; extra == "full"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary
