GithubHelp home page GithubHelp logo

apolloaipackage's Introduction

apolloaipackage

INSTALLATION INSTRUCTIONS: "apolloaipackage" ------> across different system setups.

(1) Linux Installation Process -- without docker:

Check if pip is updated. -- pip install --upgrade pip

Check if Git is present.

git_rep

This is the git repository page. git clone "https://github.com/kauku123/apolloaipackage"

The folloing are the necssary libraries for executing the scripts in this apolloaipackage.

  1. numpy
  2. scipy
  3. scikit-learn
  4. matplotlib
  5. jupyter
  6. tensorflow

Using "pip install -r requirements.txt" ---> install these libraries for executing the models.

nb2py Screenshot shows the IPython notebooks converted to .py executable files. This package mostly contains IPython notebooks (jupyter). So as to obtain executable python (.py) files of these notebooks, clone into the directory and run: "jupyter nbconvert --to script [YOUR_NOTEBOOK].ipynb"

For the local datasets, only nearestneighbor.ipynb requires a dataset from theinternet. So added an import statement from sklearn for accessing this dataset locally.

Run the model: python model.py ------>debug mode; python model.py --debug.


(2) Windows Installation Process -- without docker

For windows, Tensorflow is supported only for Python3.x. Checkif Python on the machine is updated. Else, update: Installations can be found here: https://www.python.org/downloads/

Check if pip is updated. -- pip install --upgrade pip

Check if Git is present.

git clone "https://github.com/kauku123/apolloaipackage"

Using "pip install -r requirements.txt" install required libraries for executing the models.

This package mostly contains IPython notebooks (jupyter). So as to obtain executable python (.py) files of these notebooks, clone into the directory and run: "jupyter nbconvert --to script [YOUR_NOTEBOOK].ipynb"

For the local datasets, only nearestneighbor.ipynb requires a dataset from theinternet. So added an import statement from sklearn for accessing this dataset locally.

Run the model: python model.py ------>debug mode; python model.py --debug.


(3) Linux Installation Process -- with virtualenv:

Check if pip is updated. -- pip install --upgrade pip

Install virtualenv ---> pip install --user virtualenv

virtualenv enables the user to operate python environments simultaneously for multiple projects. Aids in installing modules and packages without hindering the python system environment. Check if Git is present.

git clone "https://github.com/kauku123/apolloaipackage"

Using "pip install -r requirements.txt" install required libraries for executing the models.

This package mostly contains IPython notebooks (jupyter). So as to obtain executable python (.py) files of these notebooks, clone into the directory and run: "jupyter nbconvert --to script [YOUR_NOTEBOOK].ipynb"

For the local datasets, only nearestneighbor.ipynb requires a dataset from theinternet. So added an import statement from sklearn for accessing this dataset locally.

Run the model: python model.py ------>debug mode; python model.py --debug.


(4) Windows Installation Process -- with virtualenv:

For windows, Tensorflow is supported only for Python3.x. Checkif Python on the machine is updated. Else, update: Installations can be found here: https://www.python.org/downloads/

Check if pip is updated. -- pip install --upgrade pip

Install virtualenv ---> py -m pip install --user virtualenv

virtualenv enables the user to operate python environments simultaneously for multiple projects. Aids in installing modules and packages without hindering the python system environment.

Check if Git is present.

git clone "https://github.com/kauku123/apolloaipackage"

Using "pip install -r requirements.txt" install required libraries for executing the models.

This package mostly contains IPython notebooks (jupyter). So as to obtain executable python (.py) files of these notebooks, clone into the directory and run: "jupyter nbconvert --to script [YOUR_NOTEBOOK].ipynb"

For the local datasets, only nearestneighbor.ipynb requires a dataset from theinternet. So added an import statement from sklearn for accessing this dataset locally.

Run the model: python model.py ------>debug mode; python model.py --debug.


(5) Linux Installation Process - with Docker

Install Docker from ---> https://docs.docker.com/install/linux/docker-ce/ubuntu/

Pull Docker from: docker pullInstall docker from sssk/apolloaipackage

docker_apolloaipackage

Run it on local machine using ---> docker run " repository name "

Access the returned URL from the localhost and edit the Ipy notebooks.

Also automated build from GitHub is active. So, one can easily access the git rep also.

This is the docker hub repository. Can access the git repository from the source link.

Check if Git is present.

git clone "https://github.com/kauku123/apolloaipackage"

Using "pip install -r requirements.txt" install required libraries for executing the models.

This package mostly contains IPython notebooks (jupyter). So as to obtain executable python (.py) files of these notebooks, clone into the directory and run: "jupyter nbconvert --to script [YOUR_NOTEBOOK].ipynb"

For the local datasets, only nearestneighbor.ipynb requires a dataset from theinternet. So added an import statement from sklearn for accessing this dataset locally.

Run the model: python model.py ------>debug mode; python model.py --debug.

apolloaipackage's People

Contributors

ssivalenka avatar

Watchers

James Cloos avatar

apolloaipackage's Issues

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.