Runs on python3

Install flask: pip3 install flask

Run:

  1. Go to the project folder and open terminal.
  2. Type "python3 server.py" (might have to use "py" or "python" for proper python)
  3. Open browser
  4. Go to address : localhost:5000
  5. Browse an image and upload.
  6. Open the project folder..see if the image is present in the "Images" directory.
  7. If yes, the server is running successfully.
  8. Try in mobile phone from step 3.
  9. Adress should be : (YourLaptop'sIpAddress):5000
  10. Check the images folder again.