π backend/
βββ π api/
β βββ π __init__.py
β βββ π routing.py
β βββ π utils.py
β
βββ π models/
β βββ π __init__.py
β βββ π model.py
β
βββ π static/
β βββ π saved_models/
|
βββ π requirement.txt
βββ π app.py
#flask
π frontend/
βββ π public/
β
βββ π src/
β βββ π components/
β β βββ π Navbar.jsx
β β βββ π Landing3D.jsx
β β βββ π AboutSection.jsx
β β βββ π DiagnoseForm.jsx
β β βββ π Spectrogram.jsx
β β βββ π ExerciseDashboard.jsx
β
β βββ π pages/
β β βββ π Home.jsx
β β βββ π Diagnose.jsx
β β βββ π Exercises.jsx
β
β βββ π utils/
β β βββ π api.js
β
β βββ π styles/
β β βββ π tailwind.css
β
β βββ π App.jsx
β βββ π package.json
(Using Vite)
β βββ π vite.config.js
π README.md