School Workflow Automation - Introduction

힘센캥거루
2024년 12월 20일
1
75

School Workflow Automation - Introduction-1

This year marks the third year since I started learning python.

The first thing I used python for at school was document automation.

In the case of official documents, there are many documents with repetitive content.

For example, let's look at the documents required by the school's Life Education Committee (formerly Discipline Committee).

School Workflow Automation - Introduction-2

The documents required to hold the Life Education Committee are as above.

There is a lot of redundancy in the elements that must be included in these five documents.

Student ID, name, gender, case details, school regulations applied to the case, date and time of writing, etc...

Most of the time is spent finding data and doing ctrl+c, v during document creation.

The reason for so much repeated content is to maintain a format.

School Workflow Automation - Introduction-3

This leads to a thought.

What if all data were managed in Excel or spreadsheet, and documents were created based on this data?

In future articles, I intend to write and propose the following ideas.

  • Document automation for the School Life Education Committee and the School Violence Countermeasure Committee
  • Automation of attendance for night self-study
  • Attendance document processing automation
  • Class division based on elective subjects

It will probably take quite some time to organize these articles.

So, let's get started.

관련 글

Automating School Work – Using AI to Check Subject-Specific Remarks in Student Records
Automating School Work – Using AI to Check Subject-Specific Remarks in Student Records
If I had to pick the most meaningless, exhausting, and boring task at school, I would choose checking student records.In middle school, the student re...
Book Review and Challenge Review of Chapter 7 of *Building an LLM from Scratch*
Book Review and Challenge Review of Chapter 7 of *Building an LLM from Scratch*
Chapter 7 covers the process of fine-tuning a model to follow instructions.In other words, making it give the desired response to a given question.As...
Review of Chapter 6 of *Build an LLM from Scratch*
Review of Chapter 6 of *Build an LLM from Scratch*
Chapter 6 is about fine-tuning for classification.The example used is building a spam classifier.A spam classifier determines whether something is spa...
Review of Chapter 5 of *Building an LLM from Scratch*
Review of Chapter 5 of *Building an LLM from Scratch*
Today is December 14.The challenge period actually ended two weeks ago, but I couldn’t just give up on writing a review.Because these TILs I leave lik...
Impressions After Reading Chapter 4 of “LLM From Scratch”
Impressions After Reading Chapter 4 of “LLM From Scratch”
Today is November 26, so if I finish one chapter a day, I’ll complete the challenge.I’m not sure if I can do it with my first and second kids constant...
Review of Chapter 3 of Learning LLM from Scratch
Review of Chapter 3 of Learning LLM from Scratch
After spilling a bucket of water on my MacBook, I was in shock and wasted about 3-4 days. In retrospect, since my MacBook was already damaged, I should have thought of it as being sent for repair and done something. Anyway, although it's a bit late, I am determined to see it through and leave a review of Chapter 3. 1. Attention Mechanism Chapter 3...

댓글을 불러오는 중...