https://github.com/mikeleo03/information-extractor_backend
Backend side of Information extractor created using React, Tailwind, and Flask
https://github.com/mikeleo03/information-extractor_backend
backend flask information-extraction reactjs tailwind-css
Last synced: 3 months ago
JSON representation
Backend side of Information extractor created using React, Tailwind, and Flask
- Host: GitHub
- URL: https://github.com/mikeleo03/information-extractor_backend
- Owner: mikeleo03
- Created: 2023-06-08T05:55:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T06:05:00.000Z (about 2 years ago)
- Last Synced: 2025-01-23T08:43:08.826Z (5 months ago)
- Topics: backend, flask, information-extraction, reactjs, tailwind-css
- Language: Python
- Homepage: https://mikeleo03.github.io/Information-extractor/
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔍 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.