2025-11-08 19:29:47 +01:00
2025-11-08 19:15:39 +01:00
2025-11-08 19:15:39 +01:00
2025-11-08 19:15:39 +01:00
2025-11-08 19:15:39 +01:00
2025-11-08 19:15:17 +01:00

Resume Website

Personal resume website for saeedkhosravi.it

Features

  • Resume: Work experience, education, and certificates
  • Projects: Interactive ML/AI project demos
    • YOLO object detection on repair dataset
    • Semi-Supervised SVM model comparison
    • NDCC dataset generator
  • Articles: Technical articles and blog posts

Tech Stack

  • Backend: FastAPI
  • Frontend: Jinja2 templates, Skeleton CSS
  • ML Models: YOLOv8, S3VM, Newton-UTSVM, LSTSVM
  • Data: Various datasets (iris, wine, heart, etc.)

Setup

  1. Install dependencies:
pip install fastapi uvicorn jinja2 python-multipart
  1. Run the server:
uvicorn main:app --reload
  1. Visit http://localhost:8000

Project Structure

├── main.py              # FastAPI application
├── routes/              # Route handlers
│   ├── resume.py        # Resume page
│   ├── projects.py      # Projects and ML demos
│   └── articles.py      # Articles page
├── templates/           # HTML templates
├── models/              # ML models implementation
└── datasets/            # Dataset files and loaders

License

MIT

Description
saeedkhosravi.it
Readme 23 MiB
Languages
HTML 59.6%
CSS 21.7%
Python 14.9%
JavaScript 3.8%