Update README.md
Browse files
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!
|