Skip to content

Releases: org-not-included/search_completion

V0.2: Search Results

17 Sep 22:47
Compare
Choose a tag to compare

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

13 Sep 23:18
Compare
Choose a tag to compare

Changes:

  • Cleanup readme
  • Added badges to readme
  • Added Setup script
  • Added license
  • Bumped PyPi versions
  • Bumped NodeJS versions
  • Port 5000 -> 5001

Shakespearean Auto-Complete

21 Jul 23:27
1a668c0
Compare
Choose a tag to compare

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:

Screen.Recording.2022-07-21.at.6.06.27.PM.mov