Go to file
ln0422 96997daed0 Initial commit: CareerBot full-stack career showcase with AI chatbot
- FastAPI backend with SQLAlchemy ORM and SQLite
- AI chatbot with OpenAI-compatible LLM integration (SSE streaming)
- Admin panel for content management, LLM config, token management
- Anonymous access with 3-question limit, token-based access control
- Recruiter intent detection with admin notification
- Resume generator (JD-based, Markdown to Word export)
- Chinese localized public interface

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 20:36:38 +08:00
app Initial commit: CareerBot full-stack career showcase with AI chatbot 2026-04-07 20:36:38 +08:00
templates Initial commit: CareerBot full-stack career showcase with AI chatbot 2026-04-07 20:36:38 +08:00
.gitignore Initial commit: CareerBot full-stack career showcase with AI chatbot 2026-04-07 20:36:38 +08:00
DESIGN.md Initial commit: CareerBot full-stack career showcase with AI chatbot 2026-04-07 20:36:38 +08:00
init_data.py Initial commit: CareerBot full-stack career showcase with AI chatbot 2026-04-07 20:36:38 +08:00
requirements.txt Initial commit: CareerBot full-stack career showcase with AI chatbot 2026-04-07 20:36:38 +08:00
start.bat Initial commit: CareerBot full-stack career showcase with AI chatbot 2026-04-07 20:36:38 +08:00
stop.bat Initial commit: CareerBot full-stack career showcase with AI chatbot 2026-04-07 20:36:38 +08:00