set-method / README.md
TEZv's picture
Upload README.md with huggingface_hub
8aa719b verified
---
license: mit
tags:
- scoring
- classification
- recommendation
- SET
- science
- entrepreneurship
- technology
---
# set-method
Programmatic SET framework: classify projects into Science/Entrepreneurship/Technology spheres, score with dual frameworks, recommend quests by personality type.
## Install
```bash
pip install set-method
```
## Quick Start
```python
from set_method import classify, score, recommend
result = classify("Biomedical ML project for drug discovery")
print(result) # {"sphere": "Science", "confidence": 0.87}
```
Maintained by [K-RnD Lab].