Skip to content

A small repo for sharing useful scripts and other shiny baubles. :)

Notifications You must be signed in to change notification settings

stark1tty/useful_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

useful_scripts

A small repo for sharing useful scripts I've mocked up. :)


Table of Contents


Everyday Scripts

  • bullets-to-csv.py - Script to turn bullet points from a .md to a .csv. Used for note-taking.
  • webp2jpg - Converts folder of webp images to jpgs by renaming the extensions. I did it for the memes.

Misc

  • Just a pile of things I need to share. Don't mind the mess.

Plants

🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿

Plant Identification Script

Keywords

#image_classification #ai #plants #ecology #plantnet #python

23/12/13 Update: Moving this to its own repo [here]((https://github.com/stark1tty/Plant-Image-Batch-ID)

Language

  • Python (3.10)
Requirements/Packages
  • os
  • csv
  • requests
  • time
pip install os csv requests time

Location

Description

This script processes a directory of image files using the PlantNet API for plant identification. It saves the results to a CSV file with the specified format. The API can be found free at: https://plantnet.org/

Script is modified from an example on their github: https://github.com/plantnet

Tips

RSS feeds

  • Just a folder of exports from my local FreshRSS to share. Lots of PopSci because I love it.

About

A small repo for sharing useful scripts and other shiny baubles. :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published