multi-lang-rl-model / README.md
SivaMallikarjun's picture
Create README.md
ceca197 verified
|
raw
history blame
577 Bytes
metadata
title: multi-lang-rl-model
emoji: 🌐
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 4.16.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.