Resume Filter API Server
This project aims to develop an advanced Resume Filtering API server that allows users to upload resumes, stores them in a vector database (ChromaDB), and performs semantic searches based on job descriptions or required skills. The system will integrate OpenAI for generating embeddings, summaries, and explanations for the resume matches. It will be built using Flask for the API server and containerized using Docker and Docker Compose. Sphinx will handle documentation, and Pytest will be used for automated testing.