Studivize is a smart, AI-powered web application that helps students from any country generate a personalized roadmap to study abroad. It provides:
- 🎓 Top university recommendations
- 💰 Scholarships based on your background
- 🛤️ A detailed, month-wise study abroad roadmap
All based on your country, GPA, and goals.
- Built using Flask + HTML/CSS/JS
- Uses OpenRouter AI (GPT-3.5) to generate intelligent responses
- Students get:
- University list with clickable website links
- Scholarships relevant to their country
- Personalized month-wise preparation plan
- Mobile and desktop responsive layout
- Clean UI with clear sectioning of results
- Python (Flask)
- HTML, CSS, JavaScript
- OpenRouter AI API
- dotenv for environment management
-
Clone this repository
git clone https://github.com/your-username/studivize.git -
Navigate to the project folder
cd studivize -
Install required Python packages
pip install -r requirements.txt -
Create a
.envfile and add your OpenRouter API key: OPENROUTER_API_KEY=your_api_key_here FLASK_SECRET_KEY=any_random_secret -
Run the app
python app.py -
Open in browser:
http://127.0.0.1:5000
studivize/ │ ├── templates/ │ ├── index.html │ └── roadmap.html │ ├── static/ │ ├── (Optional: Add CSS/JS files here) │ ├── app.py ├── .env ├── .gitignore └── README.md
🌐 For Users To run Studivize on your system:
You must create your own .env file
Get your own OpenRouter API key from 👉 https://openrouter.ai
Without your API key, the AI responses will not work.
Pranay Pippoji
Connect on LinkedIn
- PRANAYPIPPOJI — AI Integration, Frontend & Backend
- HITHESHBALE — Research, Design, Testing
This project is open-source and free to use.

