Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

履修プランをユーザーに入力する手間を減らすために履修状況の画像から授業名を取得する機能を実装する #32

Open
kameiryohei opened this issue Oct 28, 2024 · 0 comments

Comments

@kameiryohei
Copy link
Owner

kameiryohei commented Oct 28, 2024

現状の問題

  • 現状履修プランを投稿するためにはユーザーが名前とその授業に対するコメントを入力することで実装できる形にしてる。
  • だが、ユーザー視点に立った時に多量の授業情報を入力することは手間である。

改善方法

  • 学校配布の履修情報の画像をOCRで文字認識させそれをフォームにあらかじめ入力するようにして、コメントだけをユーザに入力させる形にする。
  • こうすれば投稿する手間を減らしより投稿してもらえるプラットフォームになると考えた。

懸念点

  • 画像認識した文字列を現状取得することができるが、その中から授業名のみを抽出させる方法が難しいと感じた。
  • 現状はpytesseractを使用して文字認識をしているが、その後に機械学習を使用して自薦に学習させたものを用いて判別する方法が最適だと考えた。
  • しかし、自分が機械学習に詳しくないことや学習データの用意などを考えると時間がかかる実装だと考えた。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant