SkillSphere is an AI-powered web application that provides personalized career and college recommendations based on a student's academic profile, interests, and goals. Leveraging advanced AI models, SkillSphere helps students make informed decisions about their future education and career paths.
- Users enter their academic background, interests, and goals.
- The system analyzes the input using predefined logic.
- Personalized career and college recommendations are generated.
- Personalized Career Recommendations: Get tailored career suggestions based on your academic strengths, interests, and preferences.
- College Matching: Receive a curated list of colleges/universities that align with your profile, location, and budget.
- Actionable Roadmap: Obtain a step-by-step roadmap to achieve your career goals, including academic, extracurricular, and skill-building milestones.
- Modern Web Interface: Simple, user-friendly interface for input and results.
- Save Reports: Download your personalized recommendations and roadmap for future reference in txt file.
The following screenshots showcase the current SkillSphere user interface.
Actual recommendations may vary based on user input.
Users can choose to create a new account or log in as an existing user to begin receiving personalized career guidance.
Users provide academic details, interests, hobbies, and preferences which are used to generate personalized career and college recommendations.
This image represents the intended structure and layout of the SkillSphere input interface for clarity and consistency.
SkillSphere/
├── app.py
├── core/
│ ├── __init__.py
│ ├── models.py
│ ├── recommendation_system.py
│ ├── user_input.py
│ └── utils.py
├── static/
│ └── css/
│ └── style.css
├── templates/
│ ├── index.html
│ └── results.html
├── requirements.txt
|___screenshots
└── README.md
-
Clone the repository:
git clone <repository-url> cd SkillSphere
-
Install dependencies:
pip install -r requirements.txt
-
Start the application:
python app.py
-
Open your browser: Go to http://127.0.0.1:5000
-
Fill out your profile: Enter your academic details, interests and preferences, then submit the form to receive your personalized recommendations and roadmap.
-
Save your results: Download your Recommendations and Roadmap for future planning.
Contributions are welcome! Please open an issue or submit a pull request for suggestions, bug fixes, or improvements.
This project is licensed under the MIT License. See the LICENSE file for details.


