Skip to main content

Concha finds the optimal amount of perishable goods to produce.

Project description

Concha

A machine learning system for how deciding many things to make each day.

Cafes, grocery stores, restaurants, donut shops, and panaderias face a fundamental question every morning: How many should I make?"

Concha uses data tracked by the point of sale service, combined with local weather conditions to learn demand patterns. Then it predicts how much to make of each product to maximize profit.

Concha can interface with Square to get the sales history. It takes about 10 minutes to set up.

Try it out

You can run concha entirely on Google Colab (a free deep learning platform). Run a concha simulation in a Colab notebook A Colab "notebook" is a bunch of code blocks you can run one by one by clicking the play button in the upper left corner (or by typing CTRL-ENTER).

If you want to do more than run simulations and use it to predict how much to make/order for each day, you can run it from your Google Drive. Concha will save a file of predictions to your drive that you can open up with Google Sheets.

This Medium article is a complete guide to setting up Concha and running it on Colab.

Making Predictions from Your Data

The first step is to save the Google Colab notebooks (a kind of Google Drive file that can run Python code) on your own drive. Then you can set up access to 1.) The NOAA weather data, and 2.) Your Square data (your sales history.) The setup_do_once notebook shows exactly how it works and automates the process.

Once you have setup access to your data and the weather, the model can learn from your sales history and predict the optimal quantity to produce by running code in the make predictions notebook. The predictions go out six days (the limit of the weather predictions).

Local Installation

pip install concha

Package Layout

The source code is in /src/concha.

The code is documented thoroughly, and you can see many other many other settings that can be expirmented with to optimize production planning.

Usage Guides

These notebooks walk through how to use concha.

Note

This project has been set up using PyScaffold 3.2.3 and the dsproject extension 0.4. For details and usage information on PyScaffold see https://pyscaffold.org/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

concha-0.3.5.tar.gz (80.8 kB view hashes)

Uploaded Source

Built Distribution

concha-0.3.5-py2.py3-none-any.whl (38.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page