Metadata-Version: 2.4
Name: Research_Tool
Version: 0.1.2.3
Summary: Offline Vexp Predictor GUI
Author: Shashwat Shukla
License: MIT
Keywords: machine-learning,engineering,gui,offline,vexp
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: joblib
Requires-Dist: lightgbm
Requires-Dist: catboost
Requires-Dist: cryptography

# Research Vexp Tool

An offline, GUI-based machine learning application for predicting **Vexp (kN)** using
engineering feature ratios and a trained ensemble model.

## Features
- Offline prediction (no internet required)
- GUI-based input (14 engineering parameters)
- Encrypted ML model and scaler
- Consistent preprocessing using trained StandardScaler
- Easy installation via pip

## Installation
```bash
>>> pip install research-vexp-tool
>>> main
