A career guidance platform tailored for H4 visa students (high school, no work authorization) and F1/international college students.
- Career assessment quiz based on interests & skills
- Career database with salary, outlook, visa guidance
- Personalized education & career pathway plans
- H4-specific: remote work, volunteering, skill-building roadmaps
- F1-specific: CPT/OPT guidance, visa-friendly employers
- Backend: Flask, SQLAlchemy, Flask-Login
- Frontend: HTML5, CSS3, JavaScript, Bootstrap 5
- ML: scikit-learn recommendation engine
- Database: SQLite (dev) / PostgreSQL (prod)
git clone https://github.com/RehanMohammed985/GCIS.git
cd GCIS
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py