This project is an AI-driven Resume Reviewer built using Django and Celery, leveraging Ollama for intelligent resume analysis. The application securely uploads resumes to an S3 bucket, reads and processes their content, and sends the review results directly to the user’s email. The user authentication is managed through PostgreSQL, and asynchronous task management is powered by Celery with AWS LocalStack SQS as the message broker. The application also securely fetches database credentials from AWS Secrets Manager to ensure the security of sensitive information and provides a score based on the structure, format, and professionalism of the resume.
#AI #llm