Spaces:
Build error
Build error
| title: AI Recruitment System | |
| emoji: π― | |
| colorFrom: blue | |
| colorTo: purple | |
| sdk: gradio | |
| sdk_version: 4.44.1 | |
| app_file: app.py | |
| pinned: false | |
| # AI Recruitment System | |
| An intelligent recruitment system that analyzes resumes, provides feedback, and schedules interviews automatically. | |
| ## Features | |
| - π Resume Analysis using Gemini AI | |
| - π§ Automated Email Notifications | |
| - π Zoom Integration for Interview Scheduling | |
| - π Role-based Skill Requirements | |
| - π Real-time Feedback | |
| ## Configuration | |
| Set these secrets in your Hugging Face Space settings: | |
| - `GEMINI_API_KEY`: Your Google Gemini API key | |
| - `ZOOM_ACCOUNT_ID`: Zoom Account ID | |
| - `ZOOM_CLIENT_ID`: Zoom Client ID | |
| - `ZOOM_CLIENT_SECRET`: Zoom Client Secret | |
| - `EMAIL_SENDER`: Gmail address for sending emails | |
| - `EMAIL_PASSKEY`: Gmail App Password (16 characters) | |
| - `COMPANY_NAME`: Your company name |