ResumeX is an AI-powered CV analysis application. Users can upload their CVs in PDF format and receive a detailed analysis through the Gemini API. The application analyzes key sections such as experience, skills, education, and projects to identify the user's strengths and suitable software fields.
- PDF CV Upload: Users can easily upload their CVs in PDF format.
- Gemini API Integration: CVs are analyzed using AI with the Gemini API.
- Detailed Analysis: The application analyzes key sections of the CV to identify the user's strengths and suitable software fields.
- Software Field Suitability Scoring: The user's top 3 suitable software fields are scored out of 100 and presented in a table.
- User-Friendly Interface: The interface, built with Streamlit, provides easy and intuitive use.
- .env Support: Sensitive information like the API key is securely managed in a .env file.
-
Run the application:
streamlit run app.py
-
Upload your CV and wait for the analysis to complete.
-
Review the analysis results.
Your contributions will help us make this project better. Please use GitHub issues for bug reports or feature requests.