Learn practical skills, build real-world projects, and advance your career

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 -

  1. Streamlit
  2. Pyngrok
  3. Basic Data Science Skill
  4. Knowledge of Coding and Python
  5. Frequent visits to Documentations. (Never memorise code, stupid people do it! :P)

Follow the below links to know about my work.

Link to Presentation

Link to Video Presentation

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