Giter Site home page Giter Site logo

diptanshumittal / comp-engine-features Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dynamicsandneuralsystems/comp-engine-features

0.0 0.0 0.0 49.69 MB

License: GNU General Public License v3.0

Python 50.84% CSS 14.49% JavaScript 0.25% HTML 34.41%

comp-engine-features's Introduction

Comp-Engine-Features

DOI

Comp-Engine-Features is a web platform that compares a user's time-series analysis algorithm (python) and compares its behavior to that of a library of >7000 existing algorithms from hctsa.

See CompEngine for an analogous living library of time-series data.

To setup and run on localhost:

  1. Clone the repository.
  2. Install all the required packages mentioned in requirements.txt
   pip install -r requirements.txt
  1. In settings.pymake the following changes:
   Debug=True
   Allowed_hosts=[]
  1. Create .env file in the project's root directory and add the secret key in it.
SECRET_KEY= "Add 50 characters long string by combination of
             digits,characters,special characters and symbols"
  1. Run the app
   python manage.py runserver

How to use :

To use Comp-Engine-Features:

  1. Create a .py file containing analysis method coded in python (structure of the code is mentioned in HowItWorks page. )

  2. Submit the function name and the .py file on the form given on home page.

  3. Get the results.

You can also download all the best matching results in .csv format.


Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

comp-engine-features's People

Contributors

benfulcher avatar diptanshumittal avatar salmankhancodes 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.