18 ms·
Since you will be working with machine learning models then using Django web framework or any other python Web framework will be very good for your project. The
by Tolexx 5y ago
Since you will be working with machine learning models then using Django web framework or any other python Web framework will be very good for your project. The merit of this is that python thrives well in machine learning and data science and there are many libraries available that you can use to do what you want.
- pdevr 5y agoI upvoted this, but just to play devil's advocate: The web app only needs to talk to the ML model through an interface, so it doesn't need to have access to ML libraries. In addition, using a non-Python-based web app will increase throwayweb_dev's knowledge surface area.
- hellojesus 5y agoCan confirm. Specifically look at django rest framework as well, which really makes the api end if things pleasant of you want to separate front and back end systems. I would highly recommend "Test Driven Development with Python and Django" (just search 'Obey the testing goat', and it should be the first hit). It's free to read online too.