Skip to content
View s20488's full-sized avatar

Block or report s20488

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. RETFound-multidisease-eye-screening Public

    Implementation of the deep learning model RETFound for systemic and ophthalmic diagnoses using CFI images, deployed as a web app for clinical use. Achieves an average accuracy 77% on private datase…

    Python 1

  2. PJN-chatbot-mental-health-counseling Public

    Mental health support chatbot built by fine-tuning LLaMA models (2-7b, 3.2-1B, 68m) using LoRA and QLoRA. Covers the full pipeline—from dialogue data preprocessing to training and evaluation (BLEU,…

    Python

  3. COV-brain-tumor-detection Public

    Brain tumors detection in MRI images using ML techniques. The code specifically trains and evaluates CNN models (VGG16, EfficientNetB0, MNASNet) and compares their effectiveness.

    Jupyter Notebook 1

  4. NAI-pneumonia-detection Public

    Pneumonia detection in X-ray images using three deep learning models: VGG19, ResNet50, and MobileNet.

    Python

  5. NER-article-extractor Public

    Demonstration of automated article number extraction from text using Python and NLP (spaCy). Includes data preprocessing (pandas, regex), NER model training, and quality evaluation (F1, precision, …

    Jupyter Notebook

  6. BTC-cryptocurrency-client Public

    Telegram bot for managing a Bitcoin testnet wallet. It supports balance checks, address generation, sending/receiving BTC, and transaction history. The bot interacts with Bitcoin Core via JSON-RPC …

    Java