Giter Site home page Giter Site logo

idealcourse's Introduction

Ideal Course

Objective

Given a query, return top-20 most relevant courses in NYU to the query.

Demo

http://cs.nyu.edu/~xy644/index.html

Prerequisites

Python 2.6, NLTK 3.0.2.

Files

IdealCourse.pdf: Project write-up.

interactive.py: An interactive version of the project which can be run in local terminal. Recommended for testing, for deploying server version would require more steps.

preprocess.py: Preprocess all supplementary and short description documents into a form of bag of words.

stopwords.pickle: Stopwords used in the project.

idftable_desc.pickle: For every word, the number of supplementary documents that contain this word is stored.

idftable.pickle: For every word, the number of short description documents that contain this word is stored.

extend.json: All information for every course including bag of words version of description and supplementary documents are stored. Duplicate courses (differ only on course number) are also removed.

IdealCourseData: All data needed for preprocessing.

Get Repository

Without raw data: git clone https://github.com/19thhell/IdealCourse

With raw data: git clone https://github.com/19thhell/IdealCourse --recursive

How to Test

An interactive command line version of program is provided as interactive.py, may take a few minutes to load data set when running on CIMS servers. Average response time is within 10 seconds.

Run following command in YOUR_DIR for interactive test:

python interactive.py

An empty query terminates the loop.

Access http://cs.nyu.edu/~NET_ID for further test. Average response time is 10 to 15 seconds.

idealcourse's People

Contributors

codeosiris avatar

Stargazers

Abhi Agarwal avatar

Watchers

 avatar

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.