Git Product home page Git Product logo

aws-foryou's Introduction

logo file

Build Status Coverage Status GitHub license contributors codesize pullrequests closedpullrequests

AWS-foryou

AWS-foryou helps you decide which AWS instance to use for your machine learning project. Input your algorithm, dataset, and your choice of constraints, be it time or budget, and AWS-foryou will help you decide which instance best suits your needs.

Project Organization

AWS-foryou/
  |- README.md
  |- awsforyou/
    |- __init__.py
    |- algo_runner.py
    |- aws_metadata.py
    |- aws_pricing.py
    |- benchmark_runner.py
    |- recommender.py
    |- report_generator.py
    |- total_time_component.py
    | - ui/
      | - template.html
    |- tests/
      |- __init__.py
      |- test_algo_runner.py
      |- test_aws_metadata.py
      |- test_aws_pricing.py
      |- test_benchmark_runner.py
      |- test_keras_mnist.py
      |- test_reccomender.py
      |- test_report_generator.py
      |- test_total_time_compoment.py
  |- data/
    |- aws-scorecard.csv
  |- docs/
    |- component-specification.md
    |- functional-specification.md
  |-examples/
    |-demo,py
    |-examples.ipynb
    |-sklearn_diabetes.py
    |-x_diabetes.csv
    |-y_diabetes.csv
  |- setup.py
  |- requirements.txt
  |- LICENSE

Installation

Clone the repo and create a virtual environment in the root of the repo

python -m venv venv
source venv/bin/activate

If you're using Anaconda, create and activate a new conda environment. For conda run

conda create --name awsforyou
conda activate awsforyou

Install the dependencies from the requirements.txt file using

python -m pip install -r requirements.txt

If you don't have setuptools and wheel install them using

python -m pip install --upgrade setuptools wheel

Install the package using the following command

python setup.py sdist bdist_wheel

This will generate the pip installation package awsforyou-0.0.1-py3-none-any.whl in the dist/ directory. The package awsforyou can now be installed using

pip install awsforyou-0.0.1-py3-none-any.whl

Usage

To see how to use the package to get instance recommendation, refer to the example notebook


The Output

Below is an image of how the output of our recommendation looks like. sample_reccommendation

aws-foryou's People

Contributors

jfm888 avatar pmeleney avatar vivekkr12 avatar winnawat avatar

Watchers

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