This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Replies: 1 comment 2 replies
-
|
First of all we need some info about the deployment size... is it over 250MB? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I implement the API with FastAPI. and I open my trained model from the FastAPI file using Pickle.
I have no idea how to deploy the project on Deta.
this is my folder tree:
-- jobsprice.pkl
|
-- main.py
|
-- requirements.txt
and in my main.py:
Beta Was this translation helpful? Give feedback.
All reactions