Metadata-Version: 2.4
Name: topicminer-louati
Version: 0.1.1
Summary: Advanced topic modeling for Pandas with email auth, metrics, and Plotly visualizations.
Home-page: https://github.com/louatimahdi/topicminer
Author: Louati Mahdi
Author-email: louatimahdi390@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: bertopic
Requires-Dist: plotly
Requires-Dist: tabulate
Requires-Dist: transformers
Requires-Dist: torch
Requires-Dist: sentence-transformers
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# TopicMiner

An advanced topic modeling library for Pandas DataFrames with email authentication, detailed metrics, and interactive visualizations.

## Features
- **Email Authentication**: Secure token-based access using SMTP.
- **Advanced Topic Modeling**: Utilizes BERTopic for state-of-the-art topic discovery.
- **Detailed Metrics**: Generates tabulated reports using `tabulate`.
- **Interactive Visualizations**: Creates charts using `plotly`.
- **Usage Tracking**: Displays session duration and user details in the footer.

## Installation
```bash
pip install topicminer-louati
