File size: 617 Bytes
8aa719b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---

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].