simrol commited on
Commit
228d12a
·
1 Parent(s): 1187c48

hf streamlit configuration in readme

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  # AI-Hab API usage Demonstrator
2
 
3
  This is a minimal demonstrator streamlit web application that classifies habitats into **UKHab Level 3 categories** using the AI-Hab computer computer vision model. This app serves as an example of integrating the API into an app.
 
1
+ ---
2
+ title: AI-Hab API Usage Demo
3
+ pinned: false
4
+ sdk: streamlit
5
+ ---
6
  # AI-Hab API usage Demonstrator
7
 
8
  This is a minimal demonstrator streamlit web application that classifies habitats into **UKHab Level 3 categories** using the AI-Hab computer computer vision model. This app serves as an example of integrating the API into an app.