1- # ResumeX Documentation
1+ # LevelUP Documentation
22
3- Welcome to ResumeX - an advanced AI-powered CV analysis application.
3+ Welcome to LevelUP - an advanced AI-powered CV analysis application.
44
55## Overview
66
7- ResumeX is a comprehensive career evaluation platform that uses Google's Gemini AI to analyze CVs and resumes.
7+ LevelUP is a comprehensive career evaluation platform that uses Google's Gemini AI to analyze CVs and resumes.
88The application provides detailed insights into career domain matching,
99competency evaluation, and personalized development recommendations.
1010
@@ -36,8 +36,8 @@ competency evaluation, and personalized development recommendations.
3636
3737``` bash
3838# Clone the repository
39- git clone https://github.com/HappyHackingSpace/resumex
40- cd resumex
39+ git clone https://github.com/HappyHackingSpace/levelup
40+ cd levelup
4141
4242# Install dependencies
4343uv sync
@@ -55,15 +55,15 @@ GEMINI_API_KEY=your_api_key_here
5555
5656``` bash
5757# Streamlit UI
58- streamlit run resumex /app.py
58+ streamlit run levelup /app.py
5959
6060# FastAPI Backend
61- uvicorn resumex .main:app --reload
61+ uvicorn levelup .main:app --reload
6262```
6363
6464## Architecture
6565
66- ResumeX is built with:
66+ LevelUP is built with:
6767
6868- ** Backend** : FastAPI + SQLAlchemy + PostgreSQL
6969- ** AI** : Google Gemini API
@@ -72,11 +72,11 @@ ResumeX is built with:
7272
7373## Next Steps
7474
75- - [ User Guide] ( user-guide.md ) - Learn how to use ResumeX effectively
75+ - [ User Guide] ( user-guide.md ) - Learn how to use LevelUP effectively
7676- [ API Reference] ( api.md ) - Explore the REST API
77- - [ Contributing] ( contributing.md ) - Help improve ResumeX
77+ - [ Contributing] ( contributing.md ) - Help improve LevelUP
7878
7979## Support
8080
81- - GitHub: [ HappyHackingSpace/resumex ] ( https://github.com/HappyHackingSpace/resumex )
81+ - GitHub: [ HappyHackingSpace/levelup ] ( https://github.com/HappyHackingSpace/levelup )
8282- Discord: [ Happy Hacking Space] ( https://discord.gg/happyhackingspace )
0 commit comments