Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.29.0
Oversai Models Hub
A comprehensive hub hosting multiple AI models with easy-to-use Gradio interfaces. Access various machine learning models through a single, unified interface.
Available Models
1. Text Classification
- Base Model: prajjwal1/bert-tiny
- Task: Text Classification
- Interface: Simple text input with classification output
2. [Future Models]
- Additional models will be added here
- Each with its own specialized interface
- Easy to extend and add new models
Usage
- Select the model tab you want to use
- Follow the specific input instructions for each model
- Get instant results through the interface
Technical Details
- Python 3.9+
- Key Dependencies:
- gradio >= 4.19.2
- transformers >= 4.38.2
- torch >= 2.2.1
- numpy >= 1.26.4
Deployment
This model hub is deployed using Hugging Face Spaces with a Gradio interface. All models are accessible through a single, unified interface with multiple tabs.
Adding New Models
The hub is designed to be easily extensible. New models can be added by:
- Implementing the model in
src/models/
- Creating a Gradio interface for it
- Adding it to the tabbed interface in
app_hf.py
License
MIT License