Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaansrflioglu/classificationappwithpython
https://github.com/kaansrflioglu/classificationappwithpython
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kaansrflioglu/classificationappwithpython
- Owner: kaansrflioglu
- License: mit
- Created: 2023-12-04T12:29:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-13T20:36:56.000Z (7 months ago)
- Last Synced: 2024-06-13T23:26:57.048Z (7 months ago)
- Language: Python
- Size: 28.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Classification App With Python
- [ ] Don't forget to adjust the settings in the "config.json" file before running the application!
- [ ] If you are using an insufficient dataset, you can augment your data set by running the "augmentation.py" file (the data set path is specified in the config.json file).- [ ] You can test the model you trained with the "classification.py" file. (When testing, make sure the "data_path_main" location in the "config.json" file is the same location you used when you trained your model!)