-
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 टिप्पणियां
FastAPI और Streamlit, दोनों ही पहले परिचित कराए गए open source प्रोजेक्ट हैं, और इन्हें साथ बांधकर इस्तेमाल करने लायक एक टूल बनाया गया है.
FastAPI - API development के लिए high-performance web framework https://hi.news.hada.io/topic?id=3686
Streamlit - Python code को आसानी से custom ML tool में बदलना https://hi.news.hada.io/topic?id=1498