Metadata-Version: 2.4
Name: tl_exp
Version: 0.1.1
Summary: Transfer Learning Experiments (1 to 10)
Home-page: https://github.com/yourusername/tl_exp
Author: mhmd-sameer
Author-email: mohammedsameer20662@gmail.com
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: tensorflow
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: seaborn
Requires-Dist: pandas
Requires-Dist: scikit-learn
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# tl_exp

This Python package provides 10 transfer learning experiments using TensorFlow, Keras, and other ML libraries.

## Installation

```bash
pip install tl-exp
