Skip to content

AI4Bharat/Shoonya-Frontend

Repository files navigation

Shoonya Frontend

An open source platform to annotate and label data at scale.

You can watch a demo of our platform - Video

Pre-requisites

The project was created using React 18.1.0. All major dependencies are listed below:

  • redux
  • react-redux
  • material-ui
  • react-router
  • axios

Setting up the server locally

  1. Clone the repository - git clone --recursive https://github.com/AI4Bharat/Shoonya-Frontend.git
  2. Install dependencies - npm install
  3. Run the app in the development mode - npm start
  4. Open http:https://localhost:3000 to view it in your browser
  5. Build the app locally to the build folder - npm run build

For more information please check Shoonya

Note: The page will reload when you make changes. You may also see any lint errors in the console.