Skip to content

Commit

Permalink
Changes img inclusion such that markdown to HTML remains
Browse files Browse the repository at this point in the history
When you surround a block in HTML tags such as <p/> in Markdown, rendering the markup within that block is disabled.

Also changes the resizing to a set width, which I think will work a little better, but feel free to change it back.
  • Loading branch information
hlapp authored Aug 30, 2024
1 parent fd4a74a commit 39bb353
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# cautious-robot

<p>
<img align="right" src="cautious-robot_logo.png" alt="cautious-robot logo, an image of a robot generated with Canva Magic Media" width="50%"/>
<img align="right" src="cautious-robot_logo.png" alt="cautious-robot logo, an image of a robot generated with Canva Magic Media" width="384"/>

I am a simple downloader that downloads images from URLs in a CSV and names them by the given column (after ensuring all its values are unique). I can organize your images into subfolders based on any column in your CSV and will warn you if the parent image folder already exists before overwriting it. If you need square images for modeling, I'll create a second directory (organized in the same format) with downsized copies of your images. Patience is a virtue, so I will wait a designated time before re-requesting an image after receiving an error on my retry list; if all retries are expended or I receive another error, I log that for your review and move on. I also keep a log of all successful responses. After download, [`sum-buddy`](https://github.com/Imageomics/sum-buddy) helps me gather and record checksums for all downloaded images. If the source CSV has a checksum column, I can then do a buddy-check to verify all expected images are downloaded intact. At a minimum, I check the number of expected images matches the number sum-buddy counts.
</p>


<p align="right">
Expand Down

0 comments on commit 39bb353

Please sign in to comment.