Error Autopsy CLI banner

Error Autopsy CLI

10 devlogs
35h 15m 7s

A tool for high-performance students to analyze exam errors, understand their own patterns, and optimize study routines.

This project uses AI

Used AI for debugging + helping me with the integration with CSS, HTML and SQL (languages I am not very familiar with)

Demo Repository

Loading README...

lu

Added a lot of new features!
• you can now edit the errors in the history part
• added mock exams and study sessions
• the user can label the exercises as easy/medium/hard
• added a lot more graph views (difficulty analysis and daily exercise volume)
• the mock exams also have their own analysis page where you can see the evolution and the detailed analysis of your mistakes

Attachment
Attachment
Attachment
Attachment
Attachment
Attachment
Attachment
Attachment
0
lu

Fixed the login part that before was stored in RAM only but now it uses cookies to keep the user logged in making the user experience better

Attachment
Attachment
0
lu

Added a Sign up page + Deployed the app

Attachment
0
lu

Done with the history page + added a login

Attachment
0
lu

Upgraded some functions and organized the file + removed like 80% of the hard coding of it + removed the AI features because of the rate limit it just wasn’t worth it

Attachment
0
lu

Finally finished the dashboard page + added time filters :D

Attachment
Attachment
Attachment
0
lu

Started the Dashboard page

Attachment
0
lu

Started working on the frontend part of the project by using streamlit + importing CSS :))))

Attachment
0
lu

Finally finished the analysis portion of the code adding:
•a graph view of:
-Error distribution by Type; Most problematic Subjects;

  • Specific Topics with high error rates.
  • Timeline of errors (Monthly).
    • Deep Diagnosis: Uses a IA to analyze your patterns and distinguish between lack of knowledge vs. lack of exam technique.
    • Study Plans: Generates tactical and personalized study plans based on your next exam (date, subject and topics) to give the most optimized advice.
Attachment
Attachment
Attachment
0
lu

Wrote the whole inicial infrastructure ( so the database and actions to interact with it) :)

Attachment
0