MdSourav76046's picture
Update README.md
b511e5e verified
|
raw
history blame
783 Bytes
metadata
title: Grammar Correction API
emoji: 🔧
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 5.49.1
app_file: app.py
pinned: false
license: apache-2.0

Grammar Correction API

A T5-based grammar correction model deployed as a Hugging Face Space.

Usage

Web Interface

Use the interactive web interface to correct grammar in real-time.

API Endpoint

POST /api/predict

Request Body:

{
    "data": ["Your text to correct"]
}

Response:

{
    "data": ["Corrected text"]
}

Model