Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/delosreyesjohnpaul/coursecompass
Flask-based application designed to empower students by providing personalized subject and study recommendations using machine learning algorithms. The app aims to enhance the learning experience by helping users identify courses and subjects that align with their interests, strengths, and career goals.
https://github.com/delosreyesjohnpaul/coursecompass
Last synced: 29 days ago
JSON representation
Flask-based application designed to empower students by providing personalized subject and study recommendations using machine learning algorithms. The app aims to enhance the learning experience by helping users identify courses and subjects that align with their interests, strengths, and career goals.
- Host: GitHub
- URL: https://github.com/delosreyesjohnpaul/coursecompass
- Owner: delosreyesjohnpaul
- License: mit
- Created: 2024-10-17T07:42:30.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T08:43:45.000Z (2 months ago)
- Last Synced: 2024-10-19T10:32:56.752Z (2 months ago)
- Language: HTML
- Size: 5.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CourseCompass
CourseCompass is a Flask-based application designed to empower students by providing personalized subject and study recommendations using machine learning algorithms. The app aims to enhance the learning experience by helping users identify courses and subjects that align with their interests, strengths, and career goals.
## Features
- **Personalized Recommendations**: Leveraging machine learning algorithms to suggest courses and subjects tailored to individual interests and strengths.
- **User-Friendly Interface**: Simple and intuitive design for easy navigation.
- **Career-Oriented**: Helps users identify paths that align with their career goals.## Technology Stack
- **HTML**: 72.6%
- **Python**: 27.4%## Installation
To get started with CourseCompass, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/delosreyesjohnpaul/CourseCompass.git
```
2. Navigate to the project directory:
```bash
cd CourseCompass
```
3. Set up a virtual environment:
```bash
python3 -m venv venv
source venv/bin/activate
```
4. Install the required dependencies:
```bash
pip install -r requirements.txt
```
5. Run the application:
```bash
flask run
```## Usage
1. Open your web browser and navigate to `http://127.0.0.1:5000`.
2. Register or log in to your account.
3. Start receiving personalized course and subject recommendations.## License
This project is licensed under the MIT License. See the [LICENSE](Licence.md) file for details.
## Contact
If you have any questions or feedback, please feel free to reach out to us at [[email protected]](mailto:[email protected]).