Skip to main content

The data-centric workspace for AI & DS

Project description

CNext Logo

CNext

Open source workspace designed for the DS & AI workflow

Cnext docs site docker youtube slack

Built with ❤︎ by contributors

Cnext

🔮 Overview

CNext is a workspace for DS and AI workflows. This 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

🚀 Requests: We're actively developing features based off user feedback, if you'd like to make any suggestions please feel free to hit us up on Slack.

📄 Installation via Pip

PLEASE NOTE: CNext requires npm >= 18.4 and Python >= 3.9.7 . Please ensure your environment meets the minimum requirements before beginning the installation.

Step 1: Make sure Nodejs is available in your computer (try npm --version)

Step 2: run command pip install -U cnext

Step 3: run command cnext

  • Input Enter path to the cnext sample project created in Step 1 and hit Enter (Example C:/Skywalker)

  • Web application will launch at : http://localhost:CLIENT_PORT or http://127.0.0.1:CLIENT_PORT/ (CLIENT_PORT default is 4000)

  • 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)

📄 Installation via Docker

cnext is also available via pre-built Docker images. To get started, you can simply run the following command:

docker run --rm -it -p 4000:4000 -p 5000:5000 -p 5011:5011 -p 5008:5008 -p 5005:5005 cycai/cnext

The web application will launch at: http://localhost:4000 or http://127.0.0.1:4000/

License

Copyright 2022 CycAI Inc. Distributed under MIT License. ​ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: ​ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. ​ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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.11.6.tar.gz (2.1 MB view hashes)

Uploaded Source

Built Distribution

cnext-0.11.6-py3-none-any.whl (2.1 MB 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