Learn practical skills, build real-world projects, and advance your career
Created 2 years ago
Classify Interactively and Create your own WebApp.
See your classifications Real Time. Be the Boss of Classification. Improvise and learn more.
What do you require -
- Streamlit
- Pyngrok
- Basic Data Science Skill
- Knowledge of Coding and Python
- Frequent visits to Documentations. (Never memorise code, stupid people do it! :P)
Installation of Packages :
Install these packages on colab, permanently or temporarily. Install in your local machine so that the code works. Un-comment and run.
#!pip install jovian
# Jovian Commit Essentials
# Please retain and execute this cell without modifying the contents for `jovian.commit` to work
!pip install jovian --upgrade -q
import jovian
import jovian
jovian.commit(project='Classify-Interactively-with-streamlit-annd-ngrok')
[jovian] Detected Colab notebook...
[jovian] Please enter your API key ( from https://jovian.ai/ ):
API KEY: ··········
[jovian] Uploading colab notebook to Jovian...
[jovian] Capturing environment..
[jovian] Committed successfully! https://jovian.ai/abhilashjash1995/classify-interactively-with-streamlit-annd-ngrok
#!pip install streamlit
#!pip install pyngrok==4.1.1