Skip to content

The Survey Recommender is a system designed to recommend friends with similar interests to students touring the Knowledge Engineering Lab.

License

Notifications You must be signed in to change notification settings

kangyuseung/Survey-Recommender

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Survey Recommender

The Survey Recommender is a system designed to recommend friends with similar interests to students touring the Knowledge Engineering Lab. It utilizes survey question responses to match students based on their shared tendencies and interests.

Features

  • Survey-Based Matching: Uses survey responses to match students with similar interests.
  • User-Friendly Interface: Simple and intuitive UI for easy navigation.
  • Real-Time Recommendations: Provides instant friend recommendations based on survey results.

Project Structure

Survey-Recommender-main
├── manage.py                         # Django project management script
├── kel_site                          # Main Django project directory
│   ├── settings.py                   # Django settings file
│   ├── urls.py                       # URL routing definitions
│   └── wsgi.py                       # WSGI configuration file
└── survey                            # Survey application directory
    ├── models.py                     # Database models definition
    ├── urls.py                       # Survey application URL routing
    ├── views.py                      # Handles HTTP requests and recommendation logic
    ├── static                        # Static files directory
    │   └── survey
    │       └── common                # Common static files (CSS, JS, images)
    └── templates                     # HTML templates directory
        └── survey
            ├── index.html            # Survey input form template
            └── result.html           # Recommendation results page template

Demo

Main Page

Main Page

Survey Page

Survey Page

Result Page

Result Page

About

The Survey Recommender is a system designed to recommend friends with similar interests to students touring the Knowledge Engineering Lab.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.1%
  • HTML 23.7%
  • Python 10.5%
  • CSS 8.7%