Git Product home page Git Product logo

202112-25-roommate-apartment-finding-platform's Introduction

202112-25-Roommate-Apartment-Finding-Platform

EECS E6893 Big Data Analytics final project

Introduction

The number of international students in the United States is increasing these years. It is a little hard for new international students to find roommates and apartments which fit their needs. So, this project is going to build a roommates and apartments platform for new students. We designed our own frontend website and will use cluster algorithm like euclidean distance, cosine similarity and K-Means to get our recommendation, the result will show on the frontend back. Besides, we will compare algorithm we used to find which one is better for our platform.

Prerequisites

VM Environment

Packages

Datasets

Roommates: a dataset contains 13+ features and 3000+ rows including first name, last name, email address, uni, gender, hobbies, etc. Apartments: a dataset contains 10+ features and 40000+ rows including name, address, location, distance, etc.

Demo

You can see the demonstration of our project through this link: https://www.youtube.com/watch?v=ccGrH4LN8sA

Flow Chart

avatar

Results

avatar

Organization

./
├── .gitignore
├── README.md
├── data
│   ├── airbnb.csv
│   ├── countries.txt
│   ├── majors.txt
│   ├── roommates.csv
│   └── shcools.txt
├── docs
│   ├── 6893_progress_paper.doc
│   ├── figs
│   │   ├── fig1arch.png
│   │   ├── fig2flowchart.png
│   │   ├── fig3frontinfo.png
│   │   ├── fig4frontresult.png
│   │   └── flowchart.png
│   ├── progress_report.docx
│   └── ~$93_progress_paper.doc
├── final_BDA
│   ├── __init__.py
│   ├── __pycache__
│   │   ├── __init__.cpython-38.pyc
│   │   ├── search.cpython-38.pyc
│   │   ├── search2.cpython-38.pyc
│   │   ├── settings.cpython-38.pyc
│   │   ├── urls.cpython-38.pyc
│   │   ├── views.cpython-38.pyc
│   │   └── wsgi.cpython-38.pyc
│   ├── asgi.py
│   ├── search.py
│   ├── settings.py
│   ├── urls.py
│   └── wsgi.py
├── manage.py
├── src
│   ├── create_table_gbp.py
│   ├── knn+cosine_similarity.ipynb
│   ├── pull_from_gbq.py
│   └── push_to_gbq.py
├── static
│   ├── css
│   │   ├── postPatt.css
│   │   └── resultsPatt.css
│   ├── js
│   │   ├── button.js
│   │   └── display.js
│   └── picture
│       ├── Columbia.jpg
│       └── columbia_university.jpg
└── templates
    ├── post.html
    └── results.html

202112-25-roommate-apartment-finding-platform's People

Contributors

ricardochuang avatar edzdgx avatar

Watchers

Lev E. Givon avatar James Cloos avatar Bhavdeep Sethi avatar  avatar  avatar  avatar  avatar Frank Ou Yang avatar  avatar  avatar  avatar Ghazal Fazelnia avatar

Forkers

mia0802 edzdgx

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.