Git Product home page Git Product logo

ml4ios's Introduction

ML4iOS

The idea of this project is to create a very simple open source library to help iOS developers integrate machine learning into any iOS application.

To implement this library I have used a powerful and innovative platform named BigML. This platform provides the funcionality necessary to handle easily resources such as data sources, datasets, models and predictions.

This library is licensed under the Apache License, Version 2.0.

Usage

To use this library there are two main options:

  1. Add the source code to your project

  2. Generate the library and add to your project the generate file ML4iOS.a. Also don't forget to add to your project the header files placed in the include folder.

I have included three .csv example files under the data folder of the testing application.

Testing

The project ML4iOSTests implements a test case that shows a basic usage of the library. It creates a data source from a sample .csv file. Once the data source is created it is created a dataset from the data source, a model from the dataset and a prediction based on the model created.

Support

If you find any bug or issue please report it to me on ML4iOS issue tracker

If you have any question, doubt or problem with the API feel free to contact them. They provide very good support for developers.

Requirements

Requires iOS 5.0 and later.

In order to use the library you need to have a BigML account. You can apply for an invitation on their web site.

Contributing

Please feel free to contribute to this library. My idea was to publish it under Apache License in order to allow that anybody interested can contribute to the project. I am sure that it could help iOS developers that want to integrate machine learning functionalities on their applications.

The recommended steps to follow for any contribution are:

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

ml4ios's People

Contributors

fgarcialainez avatar

Watchers

Oscar Rovira 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.