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.
Follow these steps to set up the environment and run the application.
-
Clone the repository to your local machine.
-
Install the required packages for the backend by running the following command:
pip install -r requirements.txt
- Install the required packages for the frontend by running the following command:
cd frontend/web/
npm install -f --save-exact
- Run the backend server by running the following command:
cd backend/
python server.py
- Run the frontend server by running the following command:
cd frontend/web/
npm start