Skip to content

extensive-vision-ai/tensorclan-ec2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tensorclan - EC2 deployment

Deploy on EC2

modify tensorclan with the corrent server_name which can be your EC2 public IP

make sure to run the below scripts in /home/ubuntu

sudo sh setup.sh
sudo sh run_nginx.sh

Local Run Instructions

Follow the below instructions to run locally before pushing to EC2

Setup Env

$ sudo apt install pip3
$ sudo apt install gunicorn libsndfile1 libasound2-dev libsndfile-dev nginx-light

Build and Run

$ cd web && npm install && npm run build
$ cd backend && flask run --host=0.0.0.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published