AI-powered job, internship, bursary and graduate programme finder for South African students — part of the InfoTech Rural ecosystem.
# InfoTech Job Finder
AI-powered job, internship, bursary, and graduate programme finder built for South African
students and graduates. Part of the InfoTech Rural ecosystem, alongside Career Navigator
and Study Companion.
## Features (in progress)
- Student login & profile
- AI-powered job matching
- CV builder & ATS resume checker
- Cover letter generator
- Job / internship / learnership / bursary / graduate programme search
- Application tracker
- AI interview coach
## Tech Stack
- Python 3.11+
- Streamlit
- Supabase (auth + database)
- OpenAI API
## Local Development
\`\`\`bash
git clone
cd infotech-job-finder
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cp .env.example .env # then fill in real values
streamlit run app.py
\`\`\`
## Project Status
🚧 Phase 1 — repository scaffold and home page shell.