Using evolutionary algorithms for hyper parameter and architecture optimizations of neural networks Instructions to run the code The frontend code is under the ml_app folder. Follow the below instructions to run the frontend application:
- Install node
- Go to the directory and install the packages using npm install
- Once the node modules are installed run the application using npm run start
- In the web browser visit http://localhost:3000/ The backend code is under ml_api folder.
Follow the below instructions to run the backend application:
- Make sure you have python version installed between 3.6 to 3.8
- Install Mongo dB (follow https://docs.mongodb.com/manual/installation/)
- Install the modules TensorFlow, Keras, Pymongo, Pandas, Sklearn, Flask, Werkzeug
- Once all the modules are installed
- Run app.py Then test the application using http://localhost:3000/ and upload the Dataset as a CSV file. Do remember to insert a valid email Id since the result is mailed to you.