Course
machine-learning-zoomcamp
Question
This question related to the chapter 05-development, so I've done on creating the python script to read pickle and submit them to FastAPI as an app. Then when I tested with data testing an error showed below:
How should I handle it?
Answer
Make sure you run the uv command with fastapi with port, for example:
uv run fastapi run .\your-script-fastapi-app.py --port 9696
Checklist