Releases: org-not-included/search_completion
Releases · org-not-included/search_completion
V0.2: Search Results
Changes:
- Added search results (definition, part of speech, synonyms)
- Added
favicon.ico
- Added github workflow for deploying updates to http://search.notincluded.org
v0.1.1
Changes:
- Cleanup readme
- Added badges to readme
- Added Setup script
- Added license
- Bumped PyPi versions
- Bumped NodeJS versions
- Port 5000 -> 5001
Shakespearean Auto-Complete
A repo containing a Python Flask app serving data via API to reactJS front end.
On startup (source setup.sh
), the backend will:
- parse a file on Shakespeares' greatest works
- get each word's total appearances in file
- save that data into a SQLite DB
Once running, the backend will expose http://127.0.0.1:5000/prefix/ which allows you to request for 5 most common words for any prefix, based how often they appeared in Shakespeare.
Once the backend is running, start the frontend (npm start
) and it should automatically open a window in your default browser to https://localhost:3000.
App Demo: