A machine learning-powered resume screening system that uses NLP to match resumes against job requirements.
├── backend/
│ ├── database.ts # SQLite database operations
│ ├── nlp.ts # NLP processing functions
│ └── index.ts # Main API entry point
├── frontend/
│ ├── components/
│ │ ├── App.tsx
│ │ ├── JobForm.tsx
│ │ ├── ResumeUpload.tsx
│ │ └── Results.tsx
│ ├── index.html # Main HTML template
│ └── index.tsx # Frontend entry point
└── shared/
└── types.ts # Shared type definitions
Access the application at the root URL. No setup required as it runs on Val Town.