DeepActionPotential commited on
Commit
69009bb
·
verified ·
1 Parent(s): 49a4bb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # GeneTypeClassifier — Fast gene type prediction with a trained Gradient Boosting pipeline
2
 
3
  [![Python](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://www.python.org/) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
 
1
+ ---
2
+ title: GeneTypeClassifier – ML Model for Gene Sequence Classification
3
+ emoji: 🧬
4
+ colorFrom: purple
5
+ colorTo: green
6
+ sdk: streamlit
7
+ sdk_version: "1.40.0" # latest stable streamlit
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ ---
12
+
13
+
14
+
15
+
16
  # GeneTypeClassifier — Fast gene type prediction with a trained Gradient Boosting pipeline
17
 
18
  [![Python](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://www.python.org/) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)