Skip to content

Reboot2004/MedXAI-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MedXAI-UI

MedXAI-UI is a React-based web application for SegXperts, an explainable AI platform for cervical cell image segmentation and analysis.

Features

  • Modern React frontend
  • Integrated static assets and custom React components
  • Segmentation, user manual, and explainable AI visualizations
  • Responsive design with Bootstrap and custom styles

Getting Started

Prerequisites

  • Node.js (v16 or later recommended)
  • npm (comes with Node.js)

Installation

  1. Clone the repository:
    git clone https://github.com/Reboot2004/MedXAI-UI.git
    cd MedXAI-UI
  2. Install dependencies:
    npm install

Running the App

Start the development server:

npm start

The app will be available at http://localhost:3000.

Building for Production

To create a production build:

npm run build

Project Structure

public/           # Static assets (media, css, js)
src/              # React components and views
  components/     # Reusable React components
  views/          # Main pages and views

Customization

  • Update static assets in public/ as needed
  • Modify React components in src/components and src/views

License

This project is licensed. See repository for details.

Acknowledgements

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About

UI Repository for IOMP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors