multi-lang-rl-model / README.md
SivaMallikarjun's picture
Update README.md
f0f9b70 verified

A newer version of the Gradio SDK is available: 5.42.0

Upgrade
metadata
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.