Help in my Django Project

Me along with my team are making a website using django.
There are 4 of us
2 of them are making ML model and two of us are making website out of which i am building backend.
So i need help regarding ML integration with django, moreover there is a need of webscraping from different website for humidity and temperature factors which will be acting as features for the ML model, so how would i do all those things currently i have integrated the frontend and backend and my website is running.

The common practice for doing something like this is to use the Python requests and BeautifulSoup4 libraries.

Regarding your other question,

You’ll need to be a lot more specific about what this integration is supposed to look like for us to be able to address how you might go about doing it.