{"id":27147394,"url":"https://github.com/iUtsa/CareersBud","last_synced_at":"2025-12-30T21:32:12.542Z","repository":{"id":285821040,"uuid":"959433488","full_name":"iUtsa/CareerBud","owner":"iUtsa","description":"A comprehensive educational platform that combines academic progress tracking with social networking for students. Features include course management, job opportunities, progress tracking, and a complete social system with messaging, profile connections, and group discussions","archived":false,"fork":false,"pushed_at":"2025-04-09T18:58:42.000Z","size":193,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T01:16:02.423Z","etag":null,"topics":["bootstrap","flask","mongo-db","python","social-media","ui"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iUtsa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-04-02T19:21:16.000Z","updated_at":"2025-04-09T18:58:45.000Z","dependencies_parsed_at":"2025-04-07T08:15:09.211Z","dependency_job_id":null,"html_url":"https://github.com/iUtsa/CareerBud","commit_stats":null,"previous_names":["iutsa/studbud","iutsa/careerbud"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iUtsa%2FCareerBud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iUtsa%2FCareerBud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iUtsa%2FCareerBud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iUtsa%2FCareerBud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iUtsa","download_url":"https://codeload.github.com/iUtsa/CareerBud/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137891,"owners_count":21053775,"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","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":["bootstrap","flask","mongo-db","python","social-media","ui"],"created_at":"2025-04-08T11:26:02.312Z","updated_at":"2025-12-30T21:32:12.536Z","avatar_url":"https://github.com/iUtsa.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CareerBud\n\n\u003e Your Smart Career Companion — Resume Builder, Job Tracker, Skill Growth, and More. Empower your future with AI.\n\n## 🌐 Live Project\n**Website:** [careersbud.com](https://careersbud.com)\n\n---\n\n## 🧠 Overview\n**CareerBud** is a full-stack AI-powered career management platform built for students, professionals, and job-seekers. It combines job tracking, resume building, skill progress monitoring, and real-time analytics to help users take full control of their career journey — all in one sleek and intuitive web app.\n\nCareerBud also features social engagement tools, personalized AI guidance, and ATS-optimized resume generation using modern templates.\n\n---\n\n## 🚀 Key Features\n\n### 📝 Resume Builder\n- Create stunning resumes using modern, professional, or creative templates\n- Customize fonts, color themes, and layouts\n- Add sections like experience, education, certifications, and projects\n- Export to PDF or share a link\n- Enhance bullet points and career objectives using AI suggestions\n\n### 📊 Career Dashboard\n- Visualize job applications across companies, roles, and status\n- Add and manage applied jobs with notes and resume versions\n- Track interview stages with drag-and-drop progress\n\n### 🧠 Skill Tracker\n- Organize and monitor your hard and soft skills\n- Categorized by proficiency and industry relevance\n- Integrate with completed projects and achievements\n\n### 💬 Social + ChatGPT Integration\n- In-app messaging between connections\n- Intelligent AI chatbot for job advice, resume review, and learning resources\n\n### 📂 Job Bank + ATS Analysis\n- Upload job descriptions to get tailored resume suggestions\n- Get ATS ranking, skill keyword match, and improvement tips\n\n---\n\n## 🛠️ Tech Stack\n\n### 🔐 Backend\n- Python (Flask)\n- PostgreSQL with SQLAlchemy ORM\n- Flask-Login, Flask-Migrate, WTForms, Flask-SocketIO\n\n### 💻 Frontend\n- HTML5, CSS3, Bootstrap 5\n- Vanilla JavaScript + jQuery\n- AJAX for asynchronous form and chat processing\n\n### 🤖 AI \u0026 Analytics\n- OpenAI (optional AI enhancement \u0026 chat)\n- Custom NLP logic for keyword extraction and ATS matching\n\n### ☁️ Deployment\n- Hosted on **Render** (can be deployed on Vercel, Heroku, or DigitalOcean)\n- CI/CD with GitHub Actions (optional)\n\n---\n\n## 📁 Folder Structure\n```\nCareerBud/\n├── app/\n│   ├── routes/\n│   ├── models/\n│   ├── templates/\n│   ├── static/\n│   └── forms.py\n├── migrations/\n├── config.py\n├── README.md\n├── run.py\n└── requirements.txt\n```\n\n---\n\n## 🎨 Templates Preview\n| Modern | Professional | Tech | Creative | Minimal |\n|--------|--------------|------|----------|---------|\n| ![Modern](static/image/modern.png) | ![Professional](static/image/professional.png) | ![Tech](static/image/tech.png) | ![Creative](static/image/creative.png) | ![Minimal](static/image/minimal.png) |\n\n---\n\n## 📦 Installation\n\n### 1. Clone the Repository\n```bash\ngit clone https://github.com/your-username/careerbud.git\ncd careerbud\n```\n\n### 2. Create a Virtual Environment\n```bash\npython -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\n```\n\n### 3. Install Dependencies\n```bash\npip install -r requirements.txt\n```\n\n### 4. Set Environment Variables\n```bash\nexport FLASK_APP=run.py\nexport FLASK_ENV=development\nexport SECRET_KEY='your_secret_key'\n```\n\n### 5. Run the App\n```bash\nflask db upgrade\nflask run\n```\n\n---\n\n## 🧪 Testing\n```bash\npytest tests/\n```\n\n---\n\n## 💡 Future Plans\n- PDF resume export with advanced typography\n- LinkedIn data importer\n- AI-generated cover letters\n- Real-time job scraping from Indeed, Glassdoor\n- Mobile PWA support\n\n---\n\n## 🙌 Credits\n**Team Lead:** Arnab Das Utsa  \n**UI/UX Designer:** Senjuti Das  \n**Backend Engineers:** Suleman Sami, Erfan Chowdhury  \n**Full Stack Developer:** Arpan Patel\n\n---\n\n## 🛡 License\nThis project is licensed under the MIT License.\n\n---\n\n## 🧠 Let's Connect\nHave feedback or ideas? Reach out on [LinkedIn](https://linkedin.com/in/arnabdutsaa) or drop an issue/pull request.\n\n\u003e CareerBud: Building Your Career, One Block at a Time. 🚀\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FiUtsa%2FCareersBud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FiUtsa%2FCareersBud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FiUtsa%2FCareersBud/lists"}