Skip to content

Commit

Permalink
req. fix and added screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
arshit09 committed Mar 5, 2021
1 parent 7c9684a commit 67c0c22
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 64 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,34 @@
An easy handy tool to enhance your images.

# Screenshot
![Screenshot_1](https://raw.githubusercontent.com/arshit09/AI-Photo-Editor/master/frontend/image/cover.JPG "SS")
![Screenshot_1](https://raw.githubusercontent.com/arshit09/AI-Photo-Editor/master/frontend/image/cover.JPG "HomePage")

# Getting Started

1. After cloning this repository, download trained model folder from [**this link**](https://mega.nz/#F!zfQCjADD!Iu94Q2tr_6LectFjPKQ7lw "this link").
2. Place it with the cloned folder - **location is already set.**
2. Place it with the cloned folder - **location is already configured in the code. No need to modify the code**

# Run it
1. Run flask server located in /server/server.py
1. Install all the required dependencies.
```
pip3 install -r requirements.txt
```
2. Run flask server "server.py" located in "/server/".
```
python server.py
```
2. Open index.html from /frontend/

3. Open index.html from /frontend/


# How It Works
- Uses **Flask** as backend server.
- Different ML model is used to generate images, read more [**here**](https://github.com/arshit09/AI-Photo-Editor/blob/master/AIPhotoEditor.pdf "here").

# Recommended Environment
- Python 3.0 or above
- TensorFlow
- Keras v2.2.5
- Python 3.5-3.8
- TensorFlow 1.15
- Keras 2.2.5
- flask_cors
- OpenCV
- Numpy
Expand Down
Binary file added frontend/image/blur_to_hd.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/image/blur_to_hd_output.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/image/cover.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
keras==2.2.5
Flask==1.1.2
flask-cors==3.0.10
opencv-python==4.5.1.48
numpy==1.19.5
tensorflow==1.15
matplotlib==3.3.4
54 changes: 0 additions & 54 deletions server/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions server/requirements.txt

This file was deleted.

0 comments on commit 67c0c22

Please sign in to comment.