Skip to content

manavendrasen/nexus

Repository files navigation

Nexus - Networking with Data-Driven Surveys

Demo Video

Nexus.Demo.mp4

Blog - Nexus - Networking with Data-Driven Surveys

Development

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open https://localhost:3000 with your browser to see the result.

Deploy the python function

	cd plot-function
	
	docker build -t nexus-numpy-sklearn .
	
	docker tag nexus-numpy-sklearn:latest <your_ecr>/nexus-numpy-sklearn:latest
	
	docker push <your_ecr>/nexus-numpy-sklearn:latest