anki-13/Chest-X-Ray — reverse-engineered prompt
Reverse engineered prompt
Build me a simple chest X ray image analysis project in a Jupyter notebook. The repo is very bare right now, so make it easy for someone like me to understand and run from start to finish.
I want the notebook to load a folder of chest X ray images and labels if they exist, show a few example images, cleanly prepare the data, train a basic image classifier, and then show the results in plain English with charts like accuracy, loss, and a confusion matrix. If there is no dataset included, make the data path easy to change and explain exactly where the user should put the images.
Please also improve the README so it says what the project does, how to install what is needed, how to run the notebook, and what outputs to expect. Keep the code organized, readable, and commented so a beginner can follow it. Look up current docs online if you need to.
Want more depth? Deep Reverse