neural-style-website
neural-style-website copied to clipboard
website implementation that simplify the use of the neural-style application through a graphical user interface (GUI) .
Followed install instructions but got this error: ```bash $ bash neural-style-website-up.sh neural-style-website-up.sh: line 4: gnome-terminal: command not found ```
@AbdullahAlfaraj HI ! when I run this command "sudo npm run tic" , an error occurred.The log is here: Segmentation fault npm ERR! Linux 4.4.0-53-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm"...
If you update/downgrade your "node" or "npm", you will need to remove the node_modules folder and reinstall the dependencies one again ``` sh rm -r node_modules npm install ```