oversai-models / README-HF.md
ogirald0's picture
Cleanup: Keep only text analyzer
3b7a61c

A newer version of the Gradio SDK is available: 5.29.0

Upgrade

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

  1. Select the model tab you want to use
  2. Follow the specific input instructions for each model
  3. 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:

  1. Implementing the model in src/models/
  2. Creating a Gradio interface for it
  3. Adding it to the tabbed interface in app_hf.py

License

MIT License