Hey! In my new job I got to know a few great Machine Learning tools which I want to share 🤖:
MLFlow: A platform for the Machine Learning lifecycle, meaning you can log all your experiments there with graphs/visualizations so you can see which model performs the best.
BentoML: A framework for deploying ML models and embedding your models into a REST Api super easy and fast.
Streamlit: Embed your ML project in your own Web app to make it interactive (Input and output via a GUI) and see results.
Kedro: A framework for creating data science pipelines (e.g. a module for data preparation, one for training the model and one for evaluation)
Which ML tools can you recommend? Have a nice Easter weekend! 🐇 :)
Top comments (1)
Are you using kedro? What have you built with it?