Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Django container for ML purposes #20

Open
Rubix982 opened this issue Feb 14, 2021 · 0 comments
Open

Add a Django container for ML purposes #20

Rubix982 opened this issue Feb 14, 2021 · 0 comments

Comments

@Rubix982
Copy link
Owner

Introduce a new container to which the backend can send API requests to. This container will be Django based and is coded with Django, Python, and a Jupyter Notebook, with the help of Django Rest Framework, it will allow access to any calls or requests to get a response from a Machine Learning Model. Trained.

This helps in two ways,

  1. Instead of integrating Python and ASP.NET directly for the purposes of ML model building, testing, and deployment, it is now loosely coupled by introducing a container that is all Python-based, and which simply needs a request-response architecture.
  2. The model and research building is now completely separated from the actual backend and the frontend. Each can continue development without being a blockade for the others.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant