โจ Not astrologyโฆ but feels like it ๐
๐ฎ Career Oracle AI is an intelligent prediction system that suggests your future career based on your interests, skills, and personality traits.
Built using Machine Learning, this project helps confused souls (yes, us ๐ญ) figure out what they might become in the future ๐
ยซ๐ง AI + ๐ฏ Career Guidance + ๐ A little unexpected chaosยป
- ๐ง AI-based career prediction
- ๐ฏ Takes user input (skills, interests, personality)
- ๐ Generates smart predictions
- ๐ Beginner-friendly ML project
- ๐ป Can be extended into a web app (Flask)
career-oracle-ai/
โ
โโโ app.py # ๐ Main Flask app entry
โโโ requirements.txt # ๐ฆ Dependencies
โ
โโโ api/
โ โโโ init.py
โ โโโ routes.py # ๐ API endpoints (/predict)
โ
โโโ config/
โ โโโ init.py
โ โโโ settings.py # โ๏ธ Paths & config
โ
โโโ model/
โ โโโ init.py
โ โโโ train_model.py # ๐ง Train ML model
โ โโโ predictor.py # ๐ฎ Prediction logic (MAIN BRAIN)
โ โโโ model.pkl # ๐ค Trained model
โ โโโ vectorizer.pkl # ๐ค Text vectorizer
โ
โโโ data/
โ โโโ careers.csv # ๐ Dataset
โ
โโโ utils/
โ โโโ init.py
โ โโโ helpers.py # ๐งน Input cleaning + helpers
โ
โโโ templates/
โ โโโ index.html # ๐จ Frontend HTML
โ
โโโ static/
โ โโโ style.css # ๐จ Styling
โ โโโ script.js # โก Frontend logic
โ
โโโ notebooks/
โโโ experimentation.ipynb # ๐งช Testing models (optional)
Contributions are welcome! ๐
Feel free to fork this repo and improve the oracle ๐ฎ
This project is made with curiosity, learning, and a little confusion ๐โจ
So if the prediction is wrongโฆ
๐ Donโt question your future
๐ Question the model ๐ญ๐ฅ!!
โญ Star this repo if your future looks bright (or confusing) โจ