Spaces:
Sleeping
Sleeping
File size: 577 Bytes
ceca197 f0f9b70 ceca197 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
title: multi-lang-rl-model
emoji: π
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 5.29.0
app_file: app.py
pinned: false
license: mit
---
# My Multilingual Text Classifier
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).
## How to use
1. Enter your text in the input box.
2. Select the language of the text from the dropdown.
3. Click the "Submit" button.
4. The predicted sentiment will be displayed below. |