API BUILT ON DJANGO
Machine Learning App that gives a probability that someone’s email corresponds to that person.
TECH
Django
LINK
Machine Learning API
The project consists of a web app built in Python and Django.
The main logic is in the backend, centralized with an API endpoint /api/check where all calculations are made. The front page is a form that calls the API with an AJAX call.
To be able to give the result, the app is built doing linear regression machine learning.