https://github.com/samuelsoaress/system-to-categorize-patterns
System to automate data annotation
https://github.com/samuelsoaress/system-to-categorize-patterns
flask mysql pandas python3
Last synced: 3 months ago
JSON representation
System to automate data annotation
- Host: GitHub
- URL: https://github.com/samuelsoaress/system-to-categorize-patterns
- Owner: samuelsoaress
- Created: 2020-01-31T15:21:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T18:11:07.000Z (about 6 years ago)
- Last Synced: 2025-01-08T06:31:51.593Z (over 1 year ago)
- Topics: flask, mysql, pandas, python3
- Language: JavaScript
- Homepage:
- Size: 10.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# System-to-categorize-patterns
System for automatization the data annotation
## For the running this project is necessary dependencies
pip install flask
pip install pymysql
## Also is necessary server mysql instaled and run on port 3306
#### can change the connection settings in the file servidor.py
after all configured in the project folder use
python servidor.py
visit on `http://localhost:5000/`