Employeah 🔍
Employeah is a web application that helps users navigate the complex job market. It aggregates job postings, extracts key skills using an LLM, and visualizes trends to answer three key questions:
- Which skills should I learn for a specific job?
- Which skills are becoming more or less relevant over time?
- Which job matches my current skills best?
The project is divided into three main distinct applications:
client/: The Frontend. Built with React.server/: The "online" Backend. Built with Node.js and Prisma.data-pipeline/: The "offline" Backend: the Scraper & Processor. Built with Python.