This is the frontend part of the Genetic Disorder Identification project. It provides a user interface for uploading images and obtaining inference results for genetic disorders.
To get started with the frontend development environment, follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/vivekbiragoni/GeneticDisorderFrontEnd.git
- Navigate to the project directory:
cd GeneticDisorderFrontEnd
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000
to view the app.
- Upload an image using the provided file input.
- Click the "Upload" button to initiate the inference process.
- View the inference results displayed on the screen.
- React: JavaScript library for building user interfaces.
- Axios: Promise-based HTTP client for making requests to the backend API.
Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.