Skip to content

Sreehari05055/ResumeCoverLetterETool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume & Cover Letter Enhancement Tool

Live Project: View the application here

Table of Contents


About the Project

This is a Django-based web application designed to enhance CV and cover letter structures. The application integrates the OpenAI API to deliver an intuitive and efficient user experience. Users can upload documents, receive AI-driven feedback, and improve their profiles effortlessly.


Features

  • User Authentication: Login, registration, and password reset functionality.
  • Document Upload and Analysis: Easily upload documents for detailed analysis and feedback.
  • AI-Driven Customization: Powered by GPT-4 Turbo for intelligent and tailored responses.

Technologies Used

  • Django: Web framework
  • Python: Backend programming
  • HTML/CSS: Frontend styling and layout
  • JavaScript: Interactivity
  • SQLite: Database management
  • OpenAI API: For chatbot functionality

Setup Instructions

Prerequisites

  • Python 3.x installed on your system
  • Virtual environment tool (optional but recommended)

Steps

  1. Clone the repository:

    git clone https://github.com/Sreehari05055/ResumeCoverLetterETool.git
    
  2. Activate the virtual environment:

    source venv/bin/activate  # On Windows: venv\Scripts\activate
    
  3. Install dependencies:

    pip install -r requirements.txt
    
  4. Edit the settings.py file: Add your OpenAI API key, email address, and its app-specific password in the relevant configuration fields.

  5. Run migrations:

    python manage.py makemigrations
    python manage.py migrate
    
  6. Start the development server:

    python manage.py runserver

About

A web application built with Django that leverages the OpenAI API to help users improve their CVs and cover letters. It allows users to input their documents, and the tool provides suggestions for better clarity, structure, and impact.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors