{"id":31642433,"url":"https://github.com/tameronline/cv-test","last_synced_at":"2025-10-07T03:59:29.374Z","repository":{"id":318294370,"uuid":"1070654684","full_name":"TamerOnLine/CV-test","owner":"TamerOnLine","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-06T09:35:37.000Z","size":331,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-06T11:31:51.709Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TamerOnLine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-06T08:58:47.000Z","updated_at":"2025-10-06T09:35:41.000Z","dependencies_parsed_at":"2025-10-06T11:31:53.876Z","dependency_job_id":"88ee4c6a-9692-4971-85f5-1efcb3af406f","html_url":"https://github.com/TamerOnLine/CV-test","commit_stats":null,"previous_names":["tameronline/cv-test"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/TamerOnLine/CV-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2FCV-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2FCV-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2FCV-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2FCV-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TamerOnLine","download_url":"https://codeload.github.com/TamerOnLine/CV-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2FCV-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278717440,"owners_count":26033542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-07T03:59:24.622Z","updated_at":"2025-10-07T03:59:29.368Z","avatar_url":"https://github.com/TamerOnLine.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧾 fastapi-streamlit-template\n\nAn advanced **Interactive Resume Builder** built with **FastAPI** (backend) and **Streamlit** (frontend).  \nIt generates elegant, two-column resumes with full **Arabic (RTL)** support, dynamic themes, and modular sections.\n\n---\n\n## 🧠 Project Concept\n\n**fastapi-streamlit-template** is an interactive web system designed to help users create, customize, and export professional resumes as PDF files.  \nIt seamlessly combines a **FastAPI-powered backend** for PDF generation with a **Streamlit-based frontend** for real-time editing and customization.\n\nUsers can:\n- Fill in personal and professional data using an intuitive interface.\n- Choose from multiple modern themes.\n- Generate a resume instantly in PDF format.\n- Support Arabic, English, and German text.\n- Save and reuse profile data anytime.\n\n---\n\n## ⚙️ Technical Overview\n\n### **1. Backend (FastAPI)**\n- Generates dynamic PDFs using **ReportLab**.\n- Modular structure of “blocks” (e.g., header, projects, skills, education, languages).\n- Full **RTL and Arabic font rendering**.\n- Customizable themes and color palettes.\n- Local asset system for fonts and icons (no external dependencies).\n\n### **2. Frontend (Streamlit)**\n- Multi-tab interface for editing sections:  \n  *Basic Info, Skills, Projects, Education, Languages, Headshot, etc.*\n- Interactive preview and instant generation.\n- Communicates directly with FastAPI through REST endpoints.\n\n### **3. Themes System**\n- Configurable `.json` files defining colors, borders, fonts, and layout.\n- Predefined themes: `default`, `modern`, `clean-white`, `bold-header`, `bold-panel`.\n\n### **4. Profiles \u0026 Outputs**\n- Automatically saves user profiles in `profiles/`.\n- Stores generated PDF files in `outputs/`.\n\n---\n\n## ✨ Key Competitive Features\n\n| Feature | Description |\n|----------|--------------|\n| 🎨 **Two-column Layout** | Professional balance between information and design. |\n| 🌍 **Multilingual Support** | Arabic (RTL), English, and German text rendering. |\n| 🧱 **Modular PDF Blocks** | Easily add or modify sections like Projects, Skills, or Contact Info. |\n| 🖼️ **Icons \u0026 Images Support** | Uses local assets for reliability and customization. |\n| 💾 **Profile Persistence** | Save and load user data with JSON profiles. |\n| 🔧 **FastAPI × Streamlit Integration** | Real-time editing with seamless backend generation. |\n\n---\n\n## 🚀 Quick Start\n\n```bash\n# 1️⃣ Install dependencies\npip install -r requirements.txt\n\n# 2️⃣ Run backend (FastAPI)\nuvicorn api.main:app --reload\n\n# 3️⃣ Run frontend (Streamlit)\nstreamlit run streamlit/app.py\n```\n\n- FastAPI docs → [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)  \n- Streamlit UI → [http://localhost:8501](http://localhost:8501)\n\n---\n\n## 💡 Potential Use Cases\n\n- 🎓 **Students \u0026 Job Seekers** — Create multilingual, modern resumes.  \n- 🏢 **Recruitment Agencies** — Internal resume generator for applicants.  \n- 🧑‍🏫 **Educational Platforms** — Help students build their first CVs.  \n- 💻 **Developers \u0026 Freelancers** — Professional templates for portfolio resumes.\n\n---\n\n## 🧮 Economic \u0026 Feasibility Analysis\n\n| Aspect | Assessment |\n|---------|-------------|\n| 💰 **Development Cost** | Low to medium — Python-based stack. |\n| ⚙️ **Operational Cost** | Very low — deployable on Render, Hugging Face, or local servers. |\n| 📈 **Monetization Potential** | High — can be turned into a SaaS platform (custom themes, premium exports). |\n| 👥 **Target Audience** | Job seekers, universities, HR platforms, and freelancers. |\n\n---\n\n## 🚀 Future Development Opportunities\n\n1. Add **user authentication** and PostgreSQL-based persistence.  \n2. Create a **dashboard** to manage multiple resumes.  \n3. Implement a **real-time visual editor (WYSIWYG)**.  \n4. Allow **company branding and digital signatures** in PDFs.  \n5. Build a **React or Flutter** frontend alternative.  \n6. Integrate with **LinkedIn API** to auto-import profile data.  \n7. Add **AI-based resume analysis** and improvement suggestions.\n\n---\n\n## 🧩 Evaluation Summary\n\n| Criteria | Score | Notes |\n|-----------|--------|-------|\n| 💡 Innovation | ⭐⭐⭐⭐☆ | Unique integration of FastAPI and Streamlit for resume creation. |\n| 💼 Feasibility | ⭐⭐⭐⭐⭐ | Highly achievable and scalable. |\n| ⚙️ Technical Stability | ⭐⭐⭐⭐⭐ | Well-structured modular codebase. |\n| 🖥️ Usability | ⭐⭐⭐⭐☆ | Simple and intuitive UI. |\n| 🚀 Scalability | ⭐⭐⭐⭐⭐ | Easily extendable to a multi-user SaaS model. |\n\n---\n\n## 📂 Project Structure\n\n```\nfastapi-streamlit-template/\n├── api/                 # FastAPI backend (PDF generation)\n│   ├── pdf_utils/       # Fonts, icons, blocks, and themes loader\n│   ├── routes/          # API endpoints\n│   └── utils/           # Helper parsers\n├── streamlit/           # Frontend tabs \u0026 UI logic\n├── themes/              # Theme configuration files (.json)\n├── outputs/             # Generated PDFs\n├── profiles/            # Saved user profiles\n├── requirements.txt\n├── LICENSE\n└── README.md\n```\n\n---\n\n## 📜 License\n\nLicensed under the [MIT License](LICENSE) — © 2025 **Tamer Hamad Faour**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftameronline%2Fcv-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftameronline%2Fcv-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftameronline%2Fcv-test/lists"}