Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aryangupta-09/amrorbit
An antimicrobial resistance (AMR) dashboard.
https://github.com/aryangupta-09/amrorbit
amr antibiotic antibiotic-resistance antibiotics antimicrobial antimicrobial-data antimicrobial-resistance antimicrobial-susecptibility award-winning d3-visualization d3js dashboard data-analysis data-visualization material-ui nextjs react reactjs redux tailwind-css
Last synced: 22 days ago
JSON representation
An antimicrobial resistance (AMR) dashboard.
- Host: GitHub
- URL: https://github.com/aryangupta-09/amrorbit
- Owner: aryanGupta-09
- Created: 2024-07-30T12:01:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T20:47:37.000Z (about 2 months ago)
- Last Synced: 2024-11-30T21:22:33.736Z (about 2 months ago)
- Topics: amr, antibiotic, antibiotic-resistance, antibiotics, antimicrobial, antimicrobial-data, antimicrobial-resistance, antimicrobial-susecptibility, award-winning, d3-visualization, d3js, dashboard, data-analysis, data-visualization, material-ui, nextjs, react, reactjs, redux, tailwind-css
- Language: JavaScript
- Homepage: https://amrorbit.tavlab.iiitd.edu.in:3002/
- Size: 1.28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AMROrbit
AMROrbit is a pivotal tool designed to empower governments globally in the rigorous monitoring and management of antimicrobial resistance (AMR). It provides visual insights that identify areas requiring immediate intervention and evaluates the effectiveness of stewardship and surveillance strategies, aiming to significantly curb the spread of AMR.
The solution won an Innovation Award in the Vivli AMR Surveillance Data Challenge, 2024.
* Live: https://amrorbit.tavlab.iiitd.edu.in:3002/
## Tech Stack
## Installation
1. Clone the repo
```bash
git clone https://github.com/aryanGupta-09/AMROrbit.git
```2. Go to the project directory
```bash
cd AMROrbit
```3. Install NPM packages
```bash
npm install
```4. Start the development server
```bash
npm run dev
```