Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 688 Bytes

File metadata and controls

10 lines (7 loc) · 688 Bytes

readmes for projects contained

  • nces-scraper

    • open the school district search page, search each state, get the district and store it in a csv, get the schools in the district and store them in a separate csv.
  • qt-gpt-images

    • give a description, send it to gpt, get an image back. Contained in a pyQT5 application.
  • tutorial-writer

    • a program that reads a json file that defines subjects for chatgpt to write about in a book/chapter/topic hierarchy. Writes the output to .md files. Each topic in a chapter shares the same openai prompt. The main readme is generated by the program.