babilonczyk commited on
Commit
b42e583
·
verified ·
1 Parent(s): 1cab606

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # protein-similarity-api
2
 
3
  A lightweight, production-ready FastAPI service for comparing protein sequences using state-of-the-art transformer embeddings (ESM-2).
 
1
+ ---
2
+ title: Protein Similarity API
3
+ emoji: 🧬
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: docker
7
+ app_port: 7860
8
+ python_version: 3.10
9
+ short_description: FastAPI for comparing protein sequences.
10
+ tags:
11
+ - bioinformatics
12
+ - protein
13
+ - api
14
+ - fastapi
15
+ - transformer
16
+ - huggingface
17
+ pinned: true
18
+ ---
19
+
20
  # protein-similarity-api
21
 
22
  A lightweight, production-ready FastAPI service for comparing protein sequences using state-of-the-art transformer embeddings (ESM-2).