Spaces:
Sleeping
Sleeping
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: multi-lang-rl-model
|
3 |
+
emoji: 🌐
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.16.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
+
|
13 |
+
# My Multilingual Text Classifier
|
14 |
+
|
15 |
+
This is a basic multilingual text classifier built using FastText embeddings and Gradio. You can input text in English or French and get a sentiment prediction (positive, negative, or neutral).
|
16 |
+
|
17 |
+
## How to use
|
18 |
+
|
19 |
+
1. Enter your text in the input box.
|
20 |
+
2. Select the language of the text from the dropdown.
|
21 |
+
3. Click the "Submit" button.
|
22 |
+
4. The predicted sentiment will be displayed below.
|