Skip to content
View realtonkaa's full-sized avatar

Block or report realtonkaa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
realtonkaa/README.md

hey, i'm abdul

high school sophomore interested in AI and finance. i like building tools that solve real problems for real people.

most of my projects come from noticing someone struggling with something and thinking "i could probably automate that." sometimes i'm right, sometimes i learn the hard way why it's harder than it looks.

what i'm working on

AI + finance tools:

  • invoice-payment-matcher: matches bank deposits to invoices using subset-sum algorithms. built this after watching a small business owner spend 4 hours matching payments manually. 102 tests.
  • smart-expense-categorizer: categorizes bank transactions into IRS Schedule C tax categories. uses keyword matching + LLM. helps freelancers stop losing money on missed deductions.
  • currency-classifier-cnn: CNN that identifies banknotes from photos, built as an accessibility tool for visually impaired users. trained on real data, 96.7% accuracy on test images. has voice output.

AI tools:

  • ai-lease-parser: extracts structured data from lease PDFs using OCR + regex + LLM. outputs clean spreadsheets instead of making landlords retype everything. 173 tests.
  • ai-scam-site-detector: analyzes websites for signs of AI-generated content and scam patterns. checks text heuristics, domain info, page structure. my most unique project.

how i work

i use Claude as a development partner and i'm transparent about it in every repo. i think being honest about AI assistance is more important than pretending i did everything from scratch. claude helps me move faster and learn deeper. i make the design decisions, pick the problems, and own the code.

all my projects have real test suites (580+ tests total across repos), not just demos.

tech

python, pytorch, pandas, streamlit, scikit-learn. learning more every day.

Pinned Loading

  1. currency-classifier-cnn currency-classifier-cnn Public

    CNN-based currency identifier for visually impaired users. Uses MobileNetV2 transfer learning to identify banknote denominations from photos with voice output.

    Python 6 2

  2. ai-lease-parser ai-lease-parser Public

    Extract structured data from residential lease PDFs using OCR and AI. Outputs tenant info, rent, dates, and terms as clean CSV/Excel.

    Python 6 2

  3. ai-scam-site-detector ai-scam-site-detector Public

    Analyze websites for signs of AI-generated content and scam patterns. Checks text heuristics, domain info, page structure, and author authenticity.

    Python 5 2

  4. invoice-payment-matcher invoice-payment-matcher Public

    Match bank deposits to invoice PDFs using subset-sum algorithms. Solves the common problem of reconciling bundled payments where clients pay multiple invoices in one transfer.

    Python 4 2

  5. smart-expense-categorizer smart-expense-categorizer Public

    AI-powered bank transaction categorizer for freelancers. Maps expenses to IRS Schedule C categories with LLM and keyword matching.

    Python 4 1