Skip to main content

improve your AI work follow

Project description

CNext Instructions

Website - Documentation - Docker Image - Overview Video

Setup and run the CNext workspace

​ CNext is a data-centric workspace for DS and AI. Our workspace is meant to consolidate the most common tasks performed by data scientists and ML engineers. At a high level our workspace allows for:

  • Data exploration & transformation
  • Model development / exploration
  • Production code generation
  • Dashboard & App Generation
  • Experiment Management

Features

  • Interactive Python coding envrionment with native Python output (think Jupyter replacement)
  • Smart code suggestion (categorical values and column names)
  • Interactive data exploration
  • Automative visualizations
  • Experiment and model management
  • Instant dashboarding ​

Installation via Docker

Step 1: Download cnext folder and extract

Step 2: setup Docker on your computer

Step 3: Run docker login login with your docker account

Step 4: Point destination command to cnext directory

Step 5: Run command docker-compose up -d

  • The web application will launch at : http://localhost:CLIENT_PORT or http://127.0.0.1:CLIENT_PORT/ (CLIENT_PORT default is 3000)
  • To stop the application: docker-compose down
  • Note: Pay attention at CLIENT_PORT, and SERVER_PORT in .env file (you will have to change these ports if you already use them on your machine, by default they are 3000 and 4000 respectively) ​

Installation via Pip

​ Step 1: Download cnext folder and extract

Step 2: Make sure Nodejs is available in your computer (try npm --version and make sure it work)

Step 3: run command pip install cnext

Step 4: run command cnext-init

Step 5: run command cnext-path

  • Input Skywalker folder directory path and hit Enter (Example C:/Skywalker) ​

Step 6 run command cnext-run

  • Web application will launch at : http://localhost:CLIENT_PORT or http://127.0.0.1:CLIENT_PORT/ (CLIENT_PORT default is 3000)
  • Stop application: Ctrl + c | Command + c
  • Note: Pay attention at CLIENT_PORT, and SERVER_PORT in .env file (you will have to change these ports if you already use them on your machine, by default they are 3000 and 4000 respectively)

License

CYCAI

Great Software, Hell Yeah!

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cnext-0.4.5.tar.gz (430.2 kB view hashes)

Uploaded Source

Built Distribution

cnext-0.4.5-py3-none-any.whl (586.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page