Can I launch a website that deploys a machine learning model using Django,Keras and Tensorflow on Netlify? P.S The site doesn't have a database

Hi there, the answer is “it depends”.

When/where are you generating your HTML? If you are trying to run django server side then that won’t work, but if you are generating your HTML ahead of time, or use a tool such as cactus, it might work.

I don’t know Keras or Tensorflow, but let’s start with the django part.

This might be an interesting thread: