PlacementMate is an AI-powered opportunity and project intelligence platform that helps users automatically analyze job postings, GitHub repositories, and meetings to generate actionable insights.
- Frontend: Next.js, ShadCN/UI
- Backend: Node.js, Express.js
- Database: PostgreSQL, Supabase, Vector DB
- AI & NLP: LangChain, Gemini, AssemblyAI
- Media Storage: Cloudinary
- Automated ingestion of job postings using OCR.
- LLM-based parsing with Gemini + LangChain.
- Automatic reminder sync with Google Calendar.
- Analyze GitHub repositories.
- Generate embeddings and store vectors in Supabase.
- Enable semantic RAG-based Q&A over codebases.
- Transcription and topic segmentation using AssemblyAI.
- Automated summarization for actionable insights.
- Clone the repository:
git clone https://github.com/samradhi29/PlacementMate.git