Any technologies that can give more efficient, or faster analysis are very valuable. In recent decades, scientist and software developers are working together to improve healthcare technologies. Artificial Intelligence is playing huge role in these studies. Many studies have already surpassed human achievement, and many doctors use these systems as a decision mechanism, or diagnose the disease. Especially in cancer diagnosis or early diagnosis, artificial intelligence models provide great benefits to doctors in terms of speed and accuracy. Therefore, project objective is to develop machine learning models that can classify correctly skin lessions. This project will be carried out using machine learning methods and will be evaluated using common model evaluation techniques.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
-
Python
-
Jupyter Notebook Link
-
Clone the repo
git clone https://github.com/muzaffersenkal/ML_Project
-
Go to Project Folder
cd ML_Project -
Install Requirements File
pip install -r requirements.txt
-
Download Datasets
-
Start Jupyter Notebook
jupyter notebook
After you enter the second line of code, you'll see a series of automated messages as ProjectTemplate goes about doing its work. This work involves:
- Reports files are in the
reportsdirectory. - Analysis are in the
srcdirectory. - Datasets path
data - Figures and graphs are in
graphsdirectory. - Logs are in
logsdirectory.
-
Download model weights. Link
-
Define your model path in env variables.
vim app/.env MODEL_PATH=your_model_path
-
Run Demo App
streamlit run app/main.py
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Muzaffer Senkal - email
Project Link: https://github.com/muzaffersenkal/ML_Project
