Skip to content

vivekbiragoni/GeneticDisorderFrontEnd

Repository files navigation

Genetic Disorder Identification Frontend

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.

Getting Started

To get started with the frontend development environment, follow these steps:

  1. Clone this repository to your local machine:
git clone https://github.com/vivekbiragoni/GeneticDisorderFrontEnd.git
  1. Navigate to the project directory:
cd GeneticDisorderFrontEnd
  1. Install dependencies:
npm install
  1. Start the development server:
npm start
  1. Open your browser and visit http://localhost:3000 to view the app.

Usage

  • 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.

Technologies Used

  • React: JavaScript library for building user interfaces.
  • Axios: Promise-based HTTP client for making requests to the backend API.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.