Skip to content

The Jaqpot project's frontend app serves as the interactive gateway for users to engage with our predictive modeling platform.

License

Notifications You must be signed in to change notification settings

ntua-unit-of-control-and-informatics/jaqpot-frontend

Repository files navigation

Build CI Publish Docker image

Jaqpot Frontend

This repository contains the source code for Jaqpot Frontend, a modern web application built using Next.js. It leverages NextAuth for robust authentication mechanisms, providing a secure and efficient way to manage user sessions and access control. The app is designed to interface with the Jaqpot API, facilitating advanced model management and prediction functionalities.

Features

  • Model Management: Upload, modify, and manage models directly through the UI.
  • Predictions: Run predictions using stored models and view results in real-time.
  • User Authentication: Secure user authentication and session management with NextAuth.

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (>=18.x)
  • npm/yarn

Installation

Clone the repository and install the dependencies:

git clone https://github.com/ntua-unit-of-control-and-informatics/jaqpot-frontend.git
cd jaqpot-frontend
npm install  # or yarn install

Running the Application

To start the development server, run:

npm run dev  # or yarn dev

Open http://localhost:3000 in your browser to view the application.

About

The Jaqpot project's frontend app serves as the interactive gateway for users to engage with our predictive modeling platform.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages