Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
6.5.1
metadata
title: Keyword Extraction App
emoji: π§
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 4.0.0
app_file: app.py
pinned: false
license: mit
π Keyword Extraction App
βοΈ Render API Integrated with Hugging Face Gradio
π Project Overview
This app demonstrates how to connect a Gradio interface on Hugging Face with a Flask API deployed on Render.
It performs keyword extraction from any text input by making live API calls to the backend.
π How It Works
- User enters text into the Gradio interface.
- The frontend sends the text to the Render-hosted API endpoint:
πhttps://carecompanion-keywordextraction.onrender.com/extract_keywords - The backend extracts important keywords using NLP models and returns them to the Gradio interface.
- The extracted keywords are displayed instantly.
π§© Tech Stack
- Frontend: Gradio (Hugging Face Spaces)
- Backend: Flask (deployed on Render)
- Language: Python
- Model: NLP-based keyword extraction pipeline
π» Usage
- Enter or paste any text into the input box.
- Click βSubmitβ.
- Instantly view extracted keywords.
π§βπ» Developer
Aaditya Ramrame
π Hugging Face: @Aadityaramrame
βοΈ Render API: Keyword Extraction API