Skip to content
View Denixzertyux's full-sized avatar

Block or report Denixzertyux

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Explainable-AI-Pneumonia-Detection Explainable-AI-Pneumonia-Detection Public

    And explaianable AI project which compares the performance of different ML models.

    Jupyter Notebook

  2. LogoScraping-Classifying LogoScraping-Classifying Public

    A Python pipeline that automatically scrapes and clusters company logos by visual similarity using a multi-stage scraping process, deep learning (EfficientNetB0) for feature extraction, and Faiss f…

    Python

  3. SyntheticMedicalSymptoms SyntheticMedicalSymptoms Public

    Machine learning project analyzing synthetic medical symptoms data with EDA and Random Forest classification to predict diagnoses (COVID-19, Influenza, Dengue, Malaria, Pneumonia) based on patient …

    Jupyter Notebook

  4. PythonDataCleaning PythonDataCleaning Public

    A Python CLI tool to clean CSV/Excel files. It removes duplicates, fills numeric nulls with the mean, drops rows with other nulls, and saves the cleaned data and duplicates to a 'Results' folder.

    Jupyter Notebook

  5. YoutubeDataScraping YoutubeDataScraping Public

    A Python script that scrapes YouTube channel data (titles, views, duration) using Selenium and BeautifulSoup. It processes the data with pandas and NLTK, then generates a word cloud with Matplotlib…

    Jupyter Notebook

  6. SQLFlightAnalysis SQLFlightAnalysis Public

    An SQL-based analysis of the 2024 Flight Delay and Cancellation dataset, featuring a range of queries to explore flight performance, delays, and cancellation trends.