Giter Club home page Giter Club logo

mloptimizer-app's Introduction

MLOptimizer App

Interactive streamlit application to use the python library mloptimizer

Easy to install

Prerequisites

Before you start, make sure you have Docker and, of course, your favorite IDE installed.

Set up

  1. Clone this repo to your local machine
  2. Go to mloptimizer-app and build a Docker image from the Dockerfile provided:
cd ./mloptimizer-app/
docker build -t mloptimizer-img .
  1. Run a new container and start using the app
docker run -dp 127.0.0.1:8000:8501 --name mloptimizer-app mloptimizer-img

Take into account that Streamlit app uses port 8501 of your new container, and it is mapped to your localhost 8000 port. You can edit command above to use a different port of your local machine. 4. You can now view the MLOptimizer App in your browser. Open your favorite browser and go to http://localhost:8000/

Easy to use

Forget about huge python scripts, maintenance of libraries on your machine and difficult commands of a CLI. With this GUI, you can easily upload your CSV dataset and search for the best hyper-parameters for different cases. You'll be able, for example, to choose between different algorithms, specify amount of generations and individuals, set ranges of values for the hyper-paramaters or even decide which ones you want to keep fixed.

mloptimizer-app's People

Contributors

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