AbhishekPatnaik / building-nlp-startup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

building-nLP-startup-in-5mins

The most time taking part for a machine learning engineer is building a web-app. This repo is espicially made for machine learning engineers, who want to test results in a web-app. We are using streamlit for this repo, as that is the most easy way of deployment i have seen till now.

Getting Started with Installing

  • A blog for getting started with a detailed installation and playing around is written in this blog:- (link)
  • Documentation

Step 1 (installation):

    pip install streamlit
    
    You can also run a test command to check the installtion:-
    
        streamlit hello
    
    on your terminal

Step 2 (Starting with code):-

    a. Clone the repo:- git clone https://github.com/AbhishekPatnaik/building-nlp-startup.git
    b. Go to the directory:- cd building-nlp-startup/
    c. Type this on terminal:- streamlit run app.py

About


Languages

Language:Python 100.0%