/fuzzy-autocomplete

An autocomplete search that's very forgiving on misspelled words

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

fuzzy-autocomplete

An autocomplete search that's very forgiving on misspelled words

Running

pip install -r requirements.txt
python setup.py install
export FLASK_APP=fuzzy_autocomplete/app.py
flask run