Skip to content

ac-i2i-engineering/resumax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

128 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResuMax

Watch the video

Overview

The ResuMax is a Django-based application that provides the API for creating and reviewing resumes. It leverages the RAG to analyze resume content and generate suggestions for improvement, ensuring that users can create professional and effective resumes with ease.

Key Components

  • Django: The web framework used to build the backend.
  • Django REST Framework: Used for building the API endpoints.
  • Google Gemini API: The AI model used for resume analysis and content generation.
  • Database: SQLite Stores user data, conversation history, and other application data.

Setup and Installation

  1. Clone the repository:

    git clone <repository_url>
    cd resumax_backend
  2. Create a virtual environment:

    python -m venv env
    source env/bin/activate  # On Linux/macOS
    env\Scripts\activate  # On Windows
  3. Install dependencies:

    pip install -r requirements.txt

About

An AI-powered career coach designed to help students optimize resumes and cover letters for modern ATS (Applicant Tracking Systems).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors