Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sabaudian/information_retrieval_project
Content-Based Medical Image Retrieval System - IR project
https://github.com/sabaudian/information_retrieval_project
cbir computer-vision cosine-similarity covid-19 information-retrieval jupyter-notebook keras medical-image-analysis medical-imaging mobilenet pycharm pycharm-ide python resnet-50 unimi vgg16
Last synced: about 2 months ago
JSON representation
Content-Based Medical Image Retrieval System - IR project
- Host: GitHub
- URL: https://github.com/sabaudian/information_retrieval_project
- Owner: Sabaudian
- License: mit
- Created: 2024-02-23T15:19:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T07:45:31.000Z (7 months ago)
- Last Synced: 2024-10-31T17:44:42.862Z (3 months ago)
- Topics: cbir, computer-vision, cosine-similarity, covid-19, information-retrieval, jupyter-notebook, keras, medical-image-analysis, medical-imaging, mobilenet, pycharm, pycharm-ide, python, resnet-50, unimi, vgg16
- Language: Jupyter Notebook
- Homepage:
- Size: 400 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Information Retrieval Project
[![Pycharm Badge](https://img.shields.io/badge/PyCharm-000000.svg?&style=for-the-badge&logo=PyCharm&logoColor=white)](https://www.jetbrains.com/pycharm/)
[![Jupyter Notebook](https://img.shields.io/badge/jupyter-%23FA0F00.svg?style=for-the-badge&logo=jupyter&logoColor=white)](https://jupyter.org)
[![Python Badge](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)](https://www.python.org/downloads/release/python-3120/)
[![Keras Badge](https://img.shields.io/badge/Keras-FF0000?style=for-the-badge&logo=keras&logoColor=white)](https://keras.io)## General Information
- **Python** version is: **3.12.0** (_if you need to download it click on the Python badge_)
- **requirements.txt** contains all the necessary python packages.
- **IR_project_report.pdf** describes the project implementation.## (CBIR) COVID-19 search engine
Content-based image retrieval (CBIR) is a computer vision technique which addresses the problem of searching for digital images in large databases. A content-based approach exploits the contents of an image, such as colors, shapes and textures, differing from its concept-based counterpart, which instead focuses on keywords and tags associated with the image itself.
Image retrieval has gained more and more relevance in the medical field, due to the accumulation of extensive collections of scans in hospitals. These images are stored in DICOM format, which must be manually annotated and may require considerable time to process by physicians. The goal of this project is trying to address this problem by considering different approaches for building a content-based medical image retrieval system and comparing their results based on classification metrics and computational time.