Skip to content

This script creates a recommendation system for courses based on user interests. It analyzes a dataset containing course names and corresponding interests, then suggests the most popular course for a given interest input by the user.

License

Notifications You must be signed in to change notification settings

Kishankumar1328/Recommendation_System

Repository files navigation

# Course Recommendation System 🚀

Welcome to the Course Recommendation System! This project is a powerful recommendation engine for educational courses based on user interests.

## 🚦 Getting Started

### Prerequisites

Make sure you have the following dependencies installed:

- [Python](https://www.python.org/)
- [Pandas](https://pandas.pydata.org/)
- [Streamlit](https://streamlit.io/)

Install the required Python packages using:

```bash
pip install pandas streamlit

🚀 Usage

  1. Clone the repository:

    git clone https://github.com/kishankumar1328/course-recommendation-system.git
    cd course-recommendation-system
  2. Run the Streamlit web application:

    streamlit run app.py
  3. Open your browser and go to http://localhost:8501 to use the Course Recommendation System.

🤖 How it Works

The recommendation system is fueled by a dataset containing a variety of engineering courses and their associated interests. Users input their interests, and the system intelligently recommends courses based on the most popular interest associated with each course.

🚀 Interactive Demo

Launch Course Recommendation System

👆 Click the badge above to launch the interactive Course Recommendation System.

🌐 Live Demo

Check out the Live Demo to experience the system in action.

🤝 Contributing

Feel free to contribute to this project by opening issues or submitting pull requests. Your feedback and ideas are highly appreciated!

📄 License

This project is licensed under the GNU General Public License version 3 (GPL-3.0). See the LICENSE file for details.


Remember to update the live demo URL and license URL with the appropriate links for your project.

About

This script creates a recommendation system for courses based on user interests. It analyzes a dataset containing course names and corresponding interests, then suggests the most popular course for a given interest input by the user.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages