Again getting to grips with Dockerfiles and digging through some documentation came in clutch! I'm quite glad I organised the project the way I did. Without it I would have missed out on these learning opportunities! 💪
Again getting to grips with Dockerfiles and digging through some documentation came in clutch! I'm quite glad I organised the project the way I did. Without it I would have missed out on these learning opportunities! 💪
My first time really diving into FastAPI and Pydantic together. I now see why they go together so well. That validation told be everything I needed to know 😅
My first time really diving into FastAPI and Pydantic together. I now see why they go together so well. That validation told be everything I needed to know 😅
Ran into `ModuleNotFoundError: No module named 'src'` errors when running the project with nested directories. The fix? Run modules with `python -m src.pipeline.predict` Adding __init__.py files alone did not help☠️
Ran into `ModuleNotFoundError: No module named 'src'` errors when running the project with nested directories. The fix? Run modules with `python -m src.pipeline.predict` Adding __init__.py files alone did not help☠️