Back Propagation Neural Network (BPNN) and Genetic Algoritm (GA) for prediction
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
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/
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
You can see what endpoint return in this Documentaion
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:
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.