Back-end side of a simple Information Extractor created using React, Tailwind CSS, and Flask
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.
- python (min v.3.10.11)
- Flask (v 1.1.2)
- flask_cors (v 3.0.10)
- gunicorn (v 20.0.4)
- Regex
- nltk
First to use all the dependencies, you can run:
Then to run the project, you can use this on command line:
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.