Metadata-Version: 2.4
Name: topicminer-louati
Version: 0.1.2
Summary: Advanced topic modeling for Pandas with email auth, metrics, and Plotly visualizations.
Author-email: Louati Mahdi <louatimahdi390@gmail.com>
Project-URL: Homepage, https://github.com/louatimahdi/topicminer
Project-URL: Bug Tracker, https://github.com/louatimahdi/topicminer/issues
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>=1.0.0
Requires-Dist: numpy>=1.20.0
Requires-Dist: scikit-learn>=1.0.0
Requires-Dist: bertopic>=0.14.0
Requires-Dist: plotly>=5.0.0
Requires-Dist: tabulate>=0.9.0
Requires-Dist: transformers>=4.0.0
Requires-Dist: torch>=1.9.0
Requires-Dist: sentence-transformers>=2.0.0

# 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
