Giter VIP home page Giter VIP logo

crypto-recommendations's Introduction

Cryptocurrency Recommendations

This project develops a cryptocurrency recommendation engine (https://www.coinrex.org), which recommends cryptocurrency projects for users based on what they want to invest in.

Data

Data for the recommendation engine was acquired online from the following sources:

In addition, recommendations provided a link to project whitepapers (if readily available), which were sourced from:

Pipeline

The data processing and analysis steps of the pipeline are described more in-depth on the "How it works" section of the website, but here is an outline of the process that indicates the files used in each step.

  • Data Acquisition: Relevant information from these sources was gathered via APIs and scraping using functions in the acquisition.py file, and is stored in intermediate files in the coin_data folder.

  • Data Processing and Analysis: Data from each source was processed by functions in the feature_matrix.py file. When this involves non-trivial processing of text (i.e., project descriptions), functions in text_analysis.py are also used.

  • Feature Matrix Construction: The feature matrix was constructed from processed data using the build_feature_matrix() function and stored as a JSON file. Relevant information included with each recommendation (i.e., project links and whitepapers) is also stored in a JSON created by the create_recommendation_json() function. Both of these functions are also in the feature_matrix.py file.

  • Finding Recommendations: The recommendation engine may be tested using the find_recs() function in the recommendations.py file. For each recommendation, the relevant information to provide to the user may also be accessed with the read_recommendation_json() function.

  • Visualization: Data visualization helped inform the other steps of the pipeline, and some examples are included on the website. The code for this is included in the visualizations.py file.

crypto-recommendations's People

Contributors

werthiness 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.