A sophisticated job search automation platform leveraging multiple AI models to enhance job seeking and matching processes.
- Multi-Model AI Integration: Support for OpenAI, Anthropic, Google Gemini, and Ollama
- Job Search & Matching: Advanced algorithms to find the best job matches for your skills
- Resume Builder & Analysis: AI-powered resume builder with feedback and improvement suggestions
- Cover Letter Generator: Create customized cover letters for specific job applications
- Interview Preparation: Generate practice questions and prepare answers for interviews
- Application Tracking: Monitor your job applications throughout the application process
- Frontend: React, TypeScript, Shadcn UI components, Tailwind CSS
- Backend: Node.js, Express, Memory Storage (upgradable to PostgreSQL)
- AI Models:
- OpenAI GPT-4o
- Anthropic Claude 3.7 Sonnet
- Google Gemini Pro
- Ollama (for local model execution)
- Clone the repository
- Install dependencies with
npm install - Start the development server with
npm run dev - Access the application at
http://localhost:5000
The application requires API keys for various AI providers. You can configure these in the application settings:
- OpenAI API Key
- Anthropic API Key
- Google Gemini API Key
- Ollama Endpoint (for local models)
MIT