I wanted to try streamlit, so I trained a model to diagnose lung X-Rays (Pneumonia) and visualised it with streamlit [not hosted]

This page summarizes the projects mentioned and recommended in the original post on /r/learnmachinelearning

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • streamlit

    Streamlit — A faster way to build and share data apps.

  • After training (after a ~91% accuracy on a test set of 300 images) I made a simple interface with streamlit. This is not made to be hosted because the model is way too large to load it into the browser and I didn't want to write an API for this project because I just wanted to visualize the outcome.

  • pneumonia_detection

    Pneumonia Detection using machine learning - with PyTorch

  • The model had a ~91% accuracy on a 300 image test set. It had the most problems with false positives (which I guess is better then false negatives🤷‍♂️) --> check confusion matrix in github readme for more

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • [P] Squirrel: A new OS library for fast & flexible large-scale data loading

    4 projects | /r/MachineLearning | 11 Apr 2022
  • [P] Composer: a new PyTorch library to train models ~2-4x faster with better algorithms

    7 projects | /r/MachineLearning | 16 Mar 2022
  • Simulation based Traffic Sign Recognition Benchmark - A simulation framework developed for training autonomous-driving systems for traffic sign recognition

    1 project | /r/coolgithubprojects | 24 Apr 2021
  • Simulation-based Traffic Sign Recognition Benchmark (STSRB)

    1 project | /r/Unity3D | 22 Apr 2021
  • How to Build a Logistic Regression Model: A Spam-filter Tutorial

    1 project | dev.to | 5 May 2024