An open API service indexing awesome lists of open source software.

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

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.

## Contributors