Spaces:
Sleeping
Sleeping
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
- Paste Job Description: Enter the job description you're applying for
- Add Personal Details: Provide your name, email, phone number, and location
- Generate Resume: Click the "Generate Resume" button
- 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