GithubHelp home page GithubHelp logo

bloomon-code-challenge's Introduction

Bloomon - Code Challenge

This is a project based on an assignment given by Bloomon. The assignment description can be found here.

Table of contents:

Prerequisites

Optional:

Usage

Usage: Docker

  1. Make sure Docker is installed and running properly.
  2. Open the terminal and go to the directory of this project.
  3. In case necessary, you can add additional input files in the directory inputs. The application will process all the input files in the directory. Note: Make sure the files are in the correct format!
  4. Run the following command to build the docker image:
    $ docker build -t cirx-bloomon .
    
  5. Run the following command to run the docker image:
    $ docker run -v $PWD/outputs:/usr/src/app/outputs cirx-bloomon
    
  6. The results of the input files are placed in the directory outputs after a successful run.

Usage: Manual

  1. Make sure Python is installed and running properly.
  2. Open the terminal and go to the directory of this project.
  3. Run the following command to run the application.
    $ python3 main.py
    

Run Tests

  1. Make sure Python is installed and running properly.
  2. In case necessary, activate a virtual environment for this project.
  3. Run the following command to install the required packages for this project.
    $ pip install -r requirements.txt
    
  4. Run the following command to run the tests.
    $ pytest
    

bloomon-code-challenge's People

Contributors

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