DeepNLPF

DeepNLPF

  • ABOUT
  • GUIDE
  • REPOSITORY
  • SUPPORT

›User Guide

Install

  • Installation

User Guide

  • How to begin?
  • CLI Commands
  • API RESTful
  • DashBoard
  • Notifications
  • Benchmarking
  • Deploy

Others

  • JupyterLab

Deploy

Deploy AWS EC2, Azure and Google Cloud

🚧 Comming Soon :)

Nginx

Install Nginx on your instance.

sudo apt install nginx

Configure Nginx.

cd /etc/nginx/sites-available
sudo nano deepnlpf_api
server {
    listen 80;
    server_name http://192.168.1.5/; # your server.

    location / {
        proxy_pass http://127.0.0.1:5000; # your proxy.
    }
}
sudo service nginx restart

Execute DeepNLPF API

deepnlpf --api start
← BenchmarkingNext →
  • Deploy AWS EC2, Azure and Google Cloud
    • Nginx
DeepNLPF
DeepNLPF
AboutGuideRepositorySupport
Community
User Showcase
Connect
BlogGitHubStardeepnlpf@gmail.com
Copyright © 2022 DeepNLPF.