Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 510 Bytes

File metadata and controls

11 lines (8 loc) · 510 Bytes

WebML-Assist

WebML-Assist

ML Fast Lane with GPU Power. AI-driven, GPU-accelerated ML platform. Seamlessly build, train, and deploy models with blazing speed and intelligence.

  • Install dependencies: npm install.
  • For development, start the dev server which will watch and recompile sources: npm start. You can navigate to http://localhost:3000 to view the project.
  • For production, compile the project: npm run build.
  • To run a production server to serve the built assets, do npm run serve.