Search code examples
pythonpython-3.xmachine-learningjupyter-notebookprediction

How do I convert a jupyter notebook project into a standalone web application?


I am new to machine learning & python. I found a predictive machine learning program on jupyter notebook. Is it possible to convert that jupyter project into a standalone web application? Do I need any libraries for it ? I want to demonstrate the chart & prediction formally. Suggestions?


Solution

  • Yeah it is possible. If you want to convert it to web application, you should use Flask, Django, etc. Flask is easy and light one, try it.