Skip to content

mghalix/PrediKit

 
 

Repository files navigation

PrediKit

PrediKit is a cloud-based, no-code platform for data science and machine learning. PrediKit revolutionizes the way organizations approach data pipelines, model building, and deployment, offering an intuitive drag-and-drop user interface (UI) that simplifies the entire process. With PrediKit, users can accelerate their analytic workflows, leverage AI/ML-based suggestions, and effortlessly put AI projects into production in a matter of days.

How to install and run the application

Follow these steps to set up the environment and run the application.

  1. Clone the repository to your local machine.

  2. Install the required packages for the backend by running the following command:

pip install -r requirements.txt
  1. Install the required packages for the frontend by running the following command:
cd frontend/web/
npm install -f --save-exact
  1. Run the backend server by running the following command:
cd backend/
python server.py
  1. Run the frontend server by running the following command:
cd frontend/web/
npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 46.4%
  • Python 39.3%
  • JavaScript 13.4%
  • SCSS 0.4%
  • Shell 0.2%
  • ANTLR 0.2%
  • Other 0.1%