MedXAI-UI is a React-based web application for SegXperts, an explainable AI platform for cervical cell image segmentation and analysis.
- Modern React frontend
- Integrated static assets and custom React components
- Segmentation, user manual, and explainable AI visualizations
- Responsive design with Bootstrap and custom styles
- Node.js (v16 or later recommended)
- npm (comes with Node.js)
- Clone the repository:
git clone https://github.com/Reboot2004/MedXAI-UI.git cd MedXAI-UI - Install dependencies:
npm install
Start the development server:
npm startThe app will be available at http://localhost:3000.
To create a production build:
npm run buildpublic/ # Static assets (media, css, js)
src/ # React components and views
components/ # Reusable React components
views/ # Main pages and views
- Update static assets in
public/as needed - Modify React components in
src/componentsandsrc/views
This project is licensed. See repository for details.
- React
- Bootstrap
- reactstrap
- SegXperts Team
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify