ShokulSet commited on
Commit ·
89b505a
1
Parent(s): be83fb5
readme'
Browse files
README.md
CHANGED
|
@@ -1,7 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Proposal Prescreening Tool (TRL Evaluator)
|
| 2 |
|
| 3 |
A Streamlit-based AI assistant for evaluating proposals against the **Technology Readiness Level (TRL)** framework.
|
| 4 |
-
This tool determines a proposal
|
| 5 |
|
| 6 |
---
|
| 7 |
## Input Options
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Proposal Prescreening Tool (TRL Evaluator)
|
| 3 |
+
emoji: 📋
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: "1.28.1"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Proposal Prescreening Tool (TRL Evaluator)
|
| 13 |
|
| 14 |
A Streamlit-based AI assistant for evaluating proposals against the **Technology Readiness Level (TRL)** framework.
|
| 15 |
+
This tool determines a proposal's maturity level and checks if it is eligible for funding (criteria: **TRL > 4**).
|
| 16 |
|
| 17 |
---
|
| 18 |
## Input Options
|