Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dan3002/doctors-cyclop-webapp
Website that implements the machine learning model for classifying the presence and correct placement of tubes on chest x-rays, allowing for easy access and practical application of the model by medical professionals.
https://github.com/dan3002/doctors-cyclop-webapp
meteorjs mlops mongodb nodejs
Last synced: about 1 month ago
JSON representation
Website that implements the machine learning model for classifying the presence and correct placement of tubes on chest x-rays, allowing for easy access and practical application of the model by medical professionals.
- Host: GitHub
- URL: https://github.com/dan3002/doctors-cyclop-webapp
- Owner: DAN3002
- License: mit
- Created: 2021-03-21T17:13:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T12:53:50.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T03:41:46.001Z (about 1 month ago)
- Topics: meteorjs, mlops, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 1.75 MB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Doctors Cyclop Webapp
Website that implements the machine learning model for classifying the presence and correct placement of tubes on chest x-rays, allowing for easy access and practical application of the model by medical professionals.
Doctor Cyclop is one project of the Phoenix team in FPT Edu Hackathon 2021. This repository contains code of the web interface for interact with the system. For the model, view [Doctor-Cyclop-Hackathon-2021](https://github.com/thaiminhpv/Doctor-Cyclop-Hackathon-2021).
![UI](./assets/ui.png)
## Requirements
- MeteorJS 2.1
- NodeJS 12
- MongoDB 4.2
- AWS S3## Config
- Create file `.env` and copy content from `.env_dummy`. Fill in all information needed.
- You can change **MONGO_URL** or **ROOT_URL** in file `run.sh`## Run
- Install packages
```
npm install
```
- Run file `run.sh` then open `http://localhost:3000` in your browser to access web app.
```
./run.sh
```## Setup model server
Run model server from this [repository](https://github.com/thaiminhpv/Doctor-Cyclop-Hackathon-2021). Then copy the url of model server to `Model Url` in setting page.## Copyright and License
The template was developed based on [SB Admin 2](https://startbootstrap.com/theme/sb-admin-2).