Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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]).