yuvraj-yadav commited on
Commit
ec8ea20
Β·
verified Β·
1 Parent(s): 20a8427

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -12,3 +12,14 @@ short_description: Enter a math problem or statement, and get its major and min
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
+
16
+ # Math Domain Classifier πŸ§ πŸ“š
17
+
18
+ This app uses sentence-transformers to classify any mathematical question into its **major** and **minor** mathematical domains.
19
+
20
+ Powered by Gradio + MiniLM embeddings.
21
+
22
+ πŸš€ Just type a question like:
23
+ > What is the spectrum of the Laplace operator on a bounded domain?
24
+
25
+ And get a detailed reasoning of which branches it belongs to!