This project is my Undergraduate Final Year Project, focusing on the classification of medical images.
- Download main.py.
- Download the Weights folder.
- Update the path to the weights in the main.py file to match your local directory.
- Install all necessary packages by manually installing the required libraries.
- Run main.py.
- A file selection dialog will appear; choose one or multiple medical images for classification.
- The runtime will vary based on the number of selected images.
- After processing, a save dialog will prompt you to select the location and name for the report.
- The report will be saved in the specified location.
- The time taken to save the report also depends on the number of images processed.
If you wish to train the model on your own:
- Download the Dataset folder.
- Download the Training & Testing Code folder.
- Update the directory paths in the training and testing scripts as needed.
- Follow the instructions in the code to train the model with your dataset.
- Architecture Diagram: Refer to the Diagrams folder.
- Results Snaps: Available in the Results folder.
- Project Explanation: Detailed explanation provided in the Project Description folder.
If you have any questions or need further assistance, feel free to contact me at prajith.k19022003@gmail.com.