Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.26 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.26 KB

🔍 Kepoin Yuk!

Back-end side of a simple Information Extractor created using React, Tailwind CSS, and Flask

General Information

Kepoin Yuk! is a simple information extractor to gather information faster based on the keyword given. The app receive the user folder input, filled with some txt file, to be proceed in order to get information about date and quantity/amount of things at a certain event. By using three popular string matching method (Knnuth-Morris-Pratt, Boyers-Moore, and Regular Expression), this app could summarize information better in a simple way for you! Furthermore, the project information is also provided for future improvements.

Prerequisites

  • python (min v.3.10.11)
  • Flask (v 1.1.2)
  • flask_cors (v 3.0.10)
  • gunicorn (v 20.0.4)
  • Regex
  • nltk

Available Scripts

First to use all the dependencies, you can run:

pip install -r requirements.txt

Then to run the project, you can use this on command line:

python main.py

Ths runs the app in the development mode.

The page will reload if you make edits.
You will also see any lint errors in the console.

Contributors