Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhmtszr/hctp180-mri-check
MRI Check provides a second opinion to doctor about whether an MRI is needed or not by taking person's previous MRI results, blood values, complaints and findings recorded by his/her doctor into consideration.
https://github.com/mhmtszr/hctp180-mri-check
Last synced: 2 months ago
JSON representation
MRI Check provides a second opinion to doctor about whether an MRI is needed or not by taking person's previous MRI results, blood values, complaints and findings recorded by his/her doctor into consideration.
- Host: GitHub
- URL: https://github.com/mhmtszr/hctp180-mri-check
- Owner: mhmtszr
- License: gpl-3.0
- Created: 2020-01-11T10:34:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T18:26:01.000Z (almost 3 years ago)
- Last Synced: 2024-10-17T00:14:03.389Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 4.14 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MRI Check
It provides a second opinion to doctor about whether an MRI is needed or not by taking person's previous MRI results, blood values, complaints and findings recorded by his/her doctor into consideration .
## Starting
To run PHP API Apache, PHP, Mysql.
Needed packages and react must be installed for cross-platform app which was developed with ReactNative.
### Requirements
Needed libraries for Python.
```
pip3 install -r requirements.txt
```Needed loading for mobile app.
* [nodejs](https://nodejs.org/en/download/)
* [expo](https://docs.expo.io/versions/latest/get-started/installation/)
* [andorid-sdk](https://developer.android.com/studio)
* [Genymotion](https://www.genymotion.com/fun-zone/)### Setup
Firstly, go to where project directory is located;
```
cd /ReactNative/
```Setup needed npm packages in the directory;
```
npm install
```After packages are installed, start expo by using the command below;
```
expo start
```By following the insturctions on the web page opened you can try the app on your mobile phone or your virtual phone.
## Technology Used
* [React Native](https://facebook.github.io/react-native/) - A framework that enabled us to develop cross_platform mobile app.
* [Python](https://www.python.org/) - A programming language which we used for to create our Machine Learning model.
* [Scikit-Sklearn](https://scikit-learn.org/stable/) - An ML library for Python.
* [Flask](https://www.palletsprojects.com/p/flask/) - A Python Web Framework while we used creating RESTFul API for ML.
* [PHP](https://www.php.net/) - A language that we used to write RESTful API.
* [MySQL](https://rometools.github.io/rome/) - A database management system ensures us to store data.
* [KittenTrich](https://github.com/akveo/kittenTricks) - An interface that we used for mobile app.## Contributors
* **Sena Erdoğan** - [LinkedIn](https://www.linkedin.com/in/saadetsenaerdogan)
* **Çalgan Aygün** - [LinkedIn](https://www.linkedin.com/in/calganaygun/)
* **İzzet Kılıç** - [LinkedIn](https://www.linkedin.com/in/izzetkilic/)
* **Mehmet Sezer** - [LinkedIn](https://www.linkedin.com/in/mehmetsezerr/)To see everyone who contributed code for the project(https://github.com/mhmtszr/HCTP180-MRI-Check/graphs/contributors)
## License
This project is licensed under GNU General Public License v3.0 - For further details [LICENSE.md](LICENSE)
## Thanks
* All institutions who provide us data.