/genetic-flashfill

Naïve ML implementation of flashfill.

Primary LanguagePython

Genetic Flashfill

Naïve ML implementation of flashfill.

This repository is used as ML backend to create Google Spreadsheets Addon (Video Demo).

DEV Install

pip3 install virtualenv
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
FLASK_APP=app.py FLASK_ENV=development flask run

Configuration variables

LOG_LEVEL = os.getenv("APP_LOG_LEVEL", "INFO")
LOG_FILE_NAME_PREFIX = f"console-{datetime.today().strftime('%Y%m%d')}"

Test server

Resources