Harsh7817 commited on
Commit
e10923e
·
1 Parent(s): bdb708c

Add Hugging Face Space configuration

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: TeethNet Python
3
+ emoji: 🦷
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: docker
7
+ pinned: false
8
+ ---
9
+
10
+ # TeethNet Python Service
11
+
12
+ This is the backend AI service for TeethNet, responsible for generating 3D STL models from dental images.
13
+ It is built with FastAPI and runs as a Docker container.