10 पॉइंट द्वारा xguru 2021-04-27 | 1 टिप्पणियां | WhatsApp पर शेयर करें
  • Python फ़ंक्शन कोड को production में उपयोग योग्य microservice में बदलने वाला open source

  • FastAPI + Streamlit + Pydantic

→ FastAPI से HTTP API अपने-आप जनरेट होता है

→ Streamlit से interactive Web UI अपने-आप जनरेट होता है

→ portable/शेयर किए जा सकने वाले executable या Docker image में बदला जा सकता है

→ मौजूदा components को दोबारा उपयोग किया जा सकता है और दूसरे Opyrator के साथ integration संभव है

  • Pre-defined components (कोड और UI का पुन: उपयोग संभव)

→ Text Generation

→ Question Answering

→ Image Super Resolution

→ Text Preprocessing

→ Language Detection

→ Audio separation

→ Word Vectors Training

→ Named Entity Recognition

1 टिप्पणियां

 
xguru 2021-04-27

FastAPI और Streamlit, दोनों ही पहले परिचित कराए गए open source प्रोजेक्ट हैं, और इन्हें साथ बांधकर इस्तेमाल करने लायक एक टूल बनाया गया है.