This project is submitted for MLH - MetroHacks 2022 Hackathon
The Idea behind Nosos is to build a hassle-free web application which will detect your Genetic Disease at your fingerprints.Our application will let yot be able to upload your fingerprints to see if you have genetic markers to any diseases.
- Streamlit
- CoreMl
- Pandas
- Numpy
- OpenCv
- Google Map API for Places: It's searching for nearby hospitals with doctors specialising in the disease that the model detects by uploading fingerprints.
Our application utilizes machine learning to predict what genetic disease you may have, from just your finger tips! We then recommend you specialized doctors based on your type of disease, if our model predicts you're healthy we'll suggest you a general doctor.
We used CoreML and Google Map's API for our backend and used streamlit for our front end.
pip install
python -m streamlit run (followed by your file path)/About.py
Proof of concept was shown for our idea. We ran into many roadblocks (as most projects do) and almost quit at one point, but we persevered throughout the night and implemented everything we planned to
Our team was pretty familiar with ML and API requests, but we had minimal expereince with front end development. It was a struggle to implement everything in our easy-to-use website.
The next step would be to acquire better data sets. Our current data set is minimal. With more in depth data sets we would be able to furhter our model and increase its accuracy.
Team work is dream work!
Please ⭐️ this repository if this project helped you!