Metadata-Version: 2.4
Name: my_package_practicum
Version: 0.1.0
Summary: Small NLP helpers (TF-IDF utilities)
Home-page: https://github.com/yourname/nlpmini
Author: Atharva Chavan
Author-email: atharva.chavan9898@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: scikit-learn>=1.1.0
Requires-Dist: scipy>=1.8.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# nlpmini

Small NLP helpers—currently a thin wrapper for TF-IDF with scikit-learn.

## Installation
```bash
pip install nlpmini
