Turning a Google Colab Notebook into a Web App - With Nothing But Python

Anvil
Anvil
50.7 هزار بار بازدید - پارسال - 📖 - See the text
📖 - See the text version of this tutorial: https://anvil.works/learn/tutorials/g...
⏱️ - New to Anvil? Check out our 5 minute tutorial: https://anvil.works/learn/tutorials/f...
🧠 - Deploy an ML model with Data Files: https://anvil.works/learn/tutorials/d...

---
🔗 Video Resources

- Colab notebook iris classifier - starter (Step 3): https://colab.research.google.com/dri...
- Towards Data Science iris classifier explanation: https://towardsdatascience.com/knn-us...
- Tutorial on hosting the model yourself: https://anvil.works/learn/tutorials/g...
- List of requirements (Step 5):
-- joblib
-- numpy
-- scikit-learn
-- scipy
-- sklearn
-- threadpoolctl
(The packages can be the latest version of each or you can use Anvil's 'Machine Learning' image: https://anvil.works/docs/server/custo...)

Finished Colab notebook iris classifier: https://colab.research.google.com/dri...
Finished Anvil app: https://anvil.works/build#clone:PA47J...

---

⛓️ Other Resources
- Open-source app server: https://github.com/anvil-works/anvil-...
- Find out more: https://anvil.works/
- Community Forum: https://anvil.works/forum/

---
📜 Video Description

Let’s say you’re a data scientist, and you’ve been asked to classify iris flowers based on their measurements (using the famous iris dataset: https://en.wikipedia.org/wiki/Iris_fl.... You’ve written some code in a Colab notebook that solves the problem; however, what you really want is to build an interactive tool, so people can classify the flowers themselves!

In this short tutorial, we are going to build an interactive app using Anvil for people to classify iris flowers by connecting a web app to a Colab notebook. The web app will collect the iris measurements from the user, send the data to our Colab notebook, where it will be classified, and then send the classification back to our web app to display to the user.

---
پارسال در تاریخ 1401/11/13 منتشر شده است.
50,720 بـار بازدید شده
... بیشتر