Detecting Pneumonia from Chest X-Ray images with PyTorch

Поделиться
HTML-код
  • Опубликовано: 25 янв 2025

Комментарии • 19

  • @orilio3311
    @orilio3311 7 месяцев назад +1

    Hey, the colab link is broken but I'd love if you could send me the notebook

  • @mustafaoguzhanozdemir5104
    @mustafaoguzhanozdemir5104 2 года назад +1

    Could you please repeat the code of the program? Code link not working. thanks.

  • @s.prakash7869
    @s.prakash7869 2 года назад +1

    The google colab link is not working

  • @capybara_business
    @capybara_business Год назад

    have you done all this code by yourself? i thought that was imposible for any machine learning engineer

  • @BestRedius
    @BestRedius 2 года назад

    Sorry can you put the collab link? it doesn't work well

  • @ajithshenoy5566
    @ajithshenoy5566 3 года назад +1

    thank you . Can you please share the jupyter notebook link ?

    • @AhmedBesbes
      @AhmedBesbes  3 года назад +1

      sure: colab.research.google.com/drive/1elcV1CsRzVsL889jXy81tEgR0fO8W358?usp=sharing

    • @AJ-nh8gy
      @AJ-nh8gy 2 года назад +1

      @@AhmedBesbes it shows like code doesn't exist

    • @AJ-nh8gy
      @AJ-nh8gy 2 года назад +1

      @@AhmedBesbes can you please help and share the code?

  • @abinayamani3805
    @abinayamani3805 3 года назад +1

    May I know what kind of predefined model you have used? Like VGG16/resnet/Imagenet? Or it is your own model sir?

  • @kvaibhav23
    @kvaibhav23 2 года назад

    Hello SIr, can we visualize the predicted image? If yes, please help me. Its a request.

  • @yanisbidou6530
    @yanisbidou6530 2 года назад

    Hello Do you know why i have this message "an't get attribute 'XrayDataset'" when I do "model=train_model(model,criterion,optimizer,num_epochs)"

  • @mohamednizarzorgati2452
    @mohamednizarzorgati2452 3 года назад

    How can i upload the data in jupyter or colab ?

    • @AhmedBesbes
      @AhmedBesbes  3 года назад

      put it in the right folder by downloading it from kaggle first. then import it like I made in the code

    • @mohamednizarzorgati2452
      @mohamednizarzorgati2452 3 года назад

      @@AhmedBesbes can you explain further please!

    • @AhmedBesbes
      @AhmedBesbes  3 года назад +2

      @@mohamednizarzorgati2452 you'll have to download the data first from www.kaggle.com/paultimothymooney/chest-xray-pneumonia
      then put it in a data folder.
      then to import the data inside a jupyter notebook, you'll have to specify the path to it on your filesystem

  • @ImRiz1
    @ImRiz1 10 месяцев назад

    i got lost at training loop. so many unnecessary things there.