Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 1.36 KB

File metadata and controls

67 lines (52 loc) · 1.36 KB

BPNN + Genetic Algoritm for Import Prediction

Back Propagation Neural Network (BPNN) and Genetic Algoritm (GA) for prediction

Installation

Use the package manager pip to install package. Please make sure you use python 3.9.6 or higher

pip install -r py-requirements.txt

or running

./install.bat

Usage

for running flask server, please type

py index.py

in your command or running

./serve.bat

then, access your IP using port 5000

http://127.0.0.1:5000/

API Endpoint

Please using postman and import collection from:

https://www.postman.com/collections/131c429487f7007eb718

also, you can import collection from json config in:

.postman_collection.json

Documentation

You can see what endpoint return in this Documentaion

Note

Add or edit data only in

- data/origin/import.xlsx

Warning: dont delete data in this folders

- data/origin/*
- data/chromosome/default/*

Parameter using in this case is:

How is Working

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT