talentshire/ ├── backend/ # FastAPI backend (Python) │ ├── main.py # Main FastAPI application │ └── requirements.txt # Python dependencies ├── frontend/ # React + TypeScript frontend │ ├── src/ │ │ ...
facial-emotional-detection/ ├── backend/ │ ├── app/ │ │ ├── config.py │ │ ├── database.py │ │ ├── main.py ...