Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 557 Bytes

readme.md

File metadata and controls

21 lines (15 loc) · 557 Bytes

📖 Question

How to Use TensorFlow Model Inference on FastAPI ?

💻 Ontech

Our Technologies

🍀 Challenge

On Harti, Our Challenge is the Container Size. Our Container Size is in 1.8 GB

💻 Use Harti

docker build -t simpleapps:latest .

docker run -p 8080:8080 simpleapps:latest

🚀 Output

Using FastAPI, Our Model Can Perform Image Classification on Cat or Dog

📘 Others