Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 468 Bytes

Wiki.md

File metadata and controls

12 lines (8 loc) · 468 Bytes

Enhancing email system with LLM (Proof of Concept):

Application architecture:

  • Frontend: React-Typescript, repo link: here
  • Backend: Python-flask framework (this repo). Python V 3.10.X
  • Database: PostgreSQL V.17.0 (You can find the schema.sql)

Coding practices SOP:

  • Try to add type hints whenever possible, check link
  • Minimize unnecessary comments.