Skip to content

serpean/genetic-flashfill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Naïve ML implementation of flashfill.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages