AI_Resume_Tailor / README.md
3v324v23's picture
Fix configuration metadata in README
259d7e6
metadata
title: AI Resume Tailor
emoji: 📄
colorFrom: blue
colorTo: purple
sdk: docker
app_file: app.py
pinned: false

AI Resume Tailor

A powerful AI-driven resume generator that creates professional resumes from job descriptions.

Features

  • AI-Powered Generation: Uses state-of-the-art T5 model for resume generation
  • Multiple Formats: Support for both Word and PDF formats
  • Customizable Templates: Choose from professional resume templates
  • ATS Optimization: Generated resumes are optimized for Applicant Tracking Systems

How to Use

  1. Paste Job Description: Enter the job description you're applying for
  2. Add Personal Details: Provide your name, email, phone number, and location
  3. Generate Resume: Click the "Generate Resume" button
  4. Download: Download your resume in Word or PDF format

Technology Stack

  • Streamlit: Web application framework
  • PyTorch: Deep learning framework
  • Transformers: Hugging Face transformer models
  • python-docx: Word document generation
  • ReportLab: PDF generation
  • scikit-learn: Text analysis

Deployment

This app is deployed on Hugging Face Spaces using Docker.

Local Development

To run locally:

pip install -r requirements.txt
streamlit run app.py