Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
34 changes: 34 additions & 0 deletions image_super_resolution/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Image Super Resolution using AutoEncoders in Keras

## Description:

Image Super Resolution is a technique to increase the resolution of an image using Deep Learning model, which in this case is by using the autoencoders from the keras package.

The project currently aims to enchance the images from the car image dataset. Future scope of this project is to implement for various other images of different subject.

## Requirements:

### Setup an environment:

For Unix based systems please execute the following command to create venv and install requirements.

```
make init
source .venv/bin/activate
```

For windows users,

```
py -m venv env
.\env\Scripts\Activate.ps1
py -m pip install -r requirements.txt
```

## Usage:

After setting up the environment, Run the main.py to kickstart the project

```
$> python3 main.py
```
Binary file added image_super_resolution/data/cars_train/00001.jpg
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 image_super_resolution/data/cars_train/00002.jpg
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 image_super_resolution/data/cars_train/00003.jpg
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 image_super_resolution/data/cars_train/00004.jpg
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 image_super_resolution/data/cars_train/00005.jpg
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 image_super_resolution/data/cars_train/00006.jpg
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 image_super_resolution/data/cars_train/00007.jpg
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 image_super_resolution/data/cars_train/00008.jpg
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 image_super_resolution/data/cars_train/00009.jpg
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 image_super_resolution/data/cars_train/00010.jpg
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 image_super_resolution/data/cars_train/00011.jpg
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 image_super_resolution/data/cars_train/00012.jpg
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 image_super_resolution/data/cars_train/00013.jpg
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 image_super_resolution/data/cars_train/00014.jpg
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 image_super_resolution/data/cars_train/00015.jpg
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 image_super_resolution/data/cars_train/00016.jpg
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 image_super_resolution/data/cars_train/00017.jpg
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 image_super_resolution/data/cars_train/00018.jpg
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 image_super_resolution/data/cars_train/00019.jpg
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 image_super_resolution/data/cars_train/00020.jpg
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 image_super_resolution/data/cars_train/00021.jpg
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 image_super_resolution/data/cars_train/00022.jpg
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 image_super_resolution/data/cars_train/00023.jpg
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 image_super_resolution/data/cars_train/00024.jpg
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 image_super_resolution/data/cars_train/00025.jpg
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 image_super_resolution/data/cars_train/00026.jpg
Binary file added image_super_resolution/data/cars_train/00027.jpg
Binary file added image_super_resolution/data/cars_train/00028.jpg
Binary file added image_super_resolution/data/cars_train/00029.jpg
Binary file added image_super_resolution/data/cars_train/00030.jpg
Binary file added image_super_resolution/data/cars_train/00031.jpg
Binary file added image_super_resolution/data/cars_train/00032.jpg
Binary file added image_super_resolution/data/cars_train/00033.jpg
Binary file added image_super_resolution/data/cars_train/00034.jpg
Binary file added image_super_resolution/data/cars_train/00035.jpg
Binary file added image_super_resolution/data/cars_train/00036.jpg
Binary file added image_super_resolution/data/cars_train/00037.jpg
Binary file added image_super_resolution/data/cars_train/00038.jpg
Binary file added image_super_resolution/data/cars_train/00039.jpg
Binary file added image_super_resolution/data/cars_train/00040.jpg
Binary file added image_super_resolution/data/cars_train/00041.jpg
Binary file added image_super_resolution/data/cars_train/00042.jpg
Binary file added image_super_resolution/data/cars_train/00043.jpg
Binary file added image_super_resolution/data/cars_train/00044.jpg
Binary file added image_super_resolution/data/cars_train/00045.jpg
Binary file added image_super_resolution/data/cars_train/00046.jpg
Binary file added image_super_resolution/data/cars_train/00047.jpg
Binary file added image_super_resolution/data/cars_train/00048.jpg
Binary file added image_super_resolution/data/cars_train/00049.jpg
Binary file added image_super_resolution/data/cars_train/00050.jpg
Binary file added image_super_resolution/data/cars_train/00051.jpg
Binary file added image_super_resolution/data/cars_train/00052.jpg
Binary file added image_super_resolution/data/cars_train/00053.jpg
Binary file added image_super_resolution/data/cars_train/00054.jpg
Binary file added image_super_resolution/data/cars_train/00055.jpg
Binary file added image_super_resolution/data/cars_train/00057.jpg
Binary file added image_super_resolution/data/cars_train/00058.jpg
Binary file added image_super_resolution/data/cars_train/00059.jpg
Binary file added image_super_resolution/data/cars_train/00060.jpg
Binary file added image_super_resolution/data/cars_train/00061.jpg
Binary file added image_super_resolution/data/cars_train/00062.jpg
Binary file added image_super_resolution/data/cars_train/00063.jpg
Binary file added image_super_resolution/data/cars_train/00064.jpg
Binary file added image_super_resolution/data/cars_train/00065.jpg
Binary file added image_super_resolution/data/cars_train/00067.jpg
Binary file added image_super_resolution/data/cars_train/00068.jpg
Binary file added image_super_resolution/data/cars_train/00069.jpg
Binary file added image_super_resolution/data/cars_train/00070.jpg
Binary file added image_super_resolution/data/cars_train/00071.jpg
Binary file added image_super_resolution/data/cars_train/00072.jpg
Binary file added image_super_resolution/data/cars_train/00073.jpg
Binary file added image_super_resolution/data/cars_train/00074.jpg
Binary file added image_super_resolution/data/cars_train/00075.jpg
Binary file added image_super_resolution/data/cars_train/00076.jpg
Binary file added image_super_resolution/data/cars_train/00077.jpg
Binary file added image_super_resolution/data/cars_train/00078.jpg
Binary file added image_super_resolution/data/cars_train/00079.jpg
Binary file added image_super_resolution/data/cars_train/00080.jpg
Binary file added image_super_resolution/data/cars_train/00081.jpg
Binary file added image_super_resolution/data/cars_train/00082.jpg
Binary file added image_super_resolution/data/cars_train/00083.jpg
Binary file added image_super_resolution/data/cars_train/00084.jpg
Binary file added image_super_resolution/data/cars_train/00086.jpg
Binary file added image_super_resolution/data/cars_train/00087.jpg
Binary file added image_super_resolution/data/cars_train/00088.jpg
Binary file added image_super_resolution/data/cars_train/00089.jpg
Binary file added image_super_resolution/data/cars_train/00090.jpg
Binary file added image_super_resolution/data/cars_train/00091.jpg
Binary file added image_super_resolution/data/cars_train/00092.jpg
Binary file added image_super_resolution/data/cars_train/00093.jpg
Binary file added image_super_resolution/data/cars_train/00094.jpg
Binary file added image_super_resolution/data/cars_train/00095.jpg
Binary file added image_super_resolution/data/cars_train/00096.jpg
Binary file added image_super_resolution/data/cars_train/00097.jpg
Binary file added image_super_resolution/data/cars_train/00098.jpg
Binary file added image_super_resolution/data/cars_train/00099.jpg
Binary file added image_super_resolution/data/cars_train/00100.jpg
Binary file added image_super_resolution/data/cars_train/00101.jpg
Binary file added image_super_resolution/data/cars_train/00102.jpg
Binary file added image_super_resolution/data/cars_train/00103.jpg
Binary file added image_super_resolution/data/cars_train/00104.jpg
Binary file added image_super_resolution/data/cars_train/00105.jpg
Binary file added image_super_resolution/data/cars_train/00106.jpg
Binary file added image_super_resolution/data/cars_train/00107.jpg
Binary file added image_super_resolution/data/cars_train/00108.jpg
Binary file added image_super_resolution/data/cars_train/00109.jpg
Binary file added image_super_resolution/data/cars_train/00110.jpg
Binary file added image_super_resolution/data/cars_train/00111.jpg
Binary file added image_super_resolution/data/cars_train/00112.jpg
Binary file added image_super_resolution/data/cars_train/00113.jpg
Binary file added image_super_resolution/data/cars_train/00114.jpg
Binary file added image_super_resolution/data/cars_train/00115.jpg
Binary file added image_super_resolution/data/cars_train/00116.jpg
Binary file added image_super_resolution/data/cars_train/00117.jpg
Binary file added image_super_resolution/data/cars_train/00118.jpg
Binary file added image_super_resolution/data/cars_train/00119.jpg
Binary file added image_super_resolution/data/cars_train/00120.jpg
Binary file added image_super_resolution/data/cars_train/00121.jpg
Binary file added image_super_resolution/data/cars_train/00122.jpg
Binary file added image_super_resolution/data/cars_train/00123.jpg
Binary file added image_super_resolution/data/cars_train/00124.jpg
Binary file added image_super_resolution/data/cars_train/00125.jpg
Binary file added image_super_resolution/data/cars_train/00126.jpg
Binary file added image_super_resolution/data/cars_train/00127.jpg
Binary file added image_super_resolution/data/cars_train/00128.jpg
Binary file added image_super_resolution/data/cars_train/00129.jpg
Binary file added image_super_resolution/data/cars_train/00130.jpg
Binary file added image_super_resolution/data/cars_train/00131.jpg
Binary file added image_super_resolution/data/cars_train/00133.jpg
Binary file added image_super_resolution/data/cars_train/00135.jpg
Binary file added image_super_resolution/data/cars_train/00136.jpg
Binary file added image_super_resolution/data/cars_train/00138.jpg
Binary file added image_super_resolution/data/cars_train/00139.jpg
Binary file added image_super_resolution/data/cars_train/00140.jpg
Binary file added image_super_resolution/data/cars_train/00141.jpg
Binary file added image_super_resolution/data/cars_train/00142.jpg
Binary file added image_super_resolution/data/cars_train/00143.jpg
Binary file added image_super_resolution/data/cars_train/00144.jpg
Binary file added image_super_resolution/data/cars_train/00145.jpg
Binary file added image_super_resolution/data/cars_train/00148.jpg
Binary file added image_super_resolution/data/cars_train/00149.jpg
Binary file added image_super_resolution/data/cars_train/00150.jpg
Binary file added image_super_resolution/data/cars_train/00151.jpg
Binary file added image_super_resolution/data/cars_train/00152.jpg
Binary file added image_super_resolution/data/cars_train/00153.jpg
Binary file added image_super_resolution/data/cars_train/00154.jpg
Binary file added image_super_resolution/data/cars_train/00155.jpg
Binary file added image_super_resolution/data/cars_train/00156.jpg
Binary file added image_super_resolution/data/cars_train/00157.jpg
Binary file added image_super_resolution/data/cars_train/00158.jpg
Binary file added image_super_resolution/data/cars_train/00159.jpg
Binary file added image_super_resolution/data/cars_train/00160.jpg
Binary file added image_super_resolution/data/cars_train/00161.jpg
Binary file added image_super_resolution/data/cars_train/00162.jpg
Binary file added image_super_resolution/data/cars_train/00163.jpg
Binary file added image_super_resolution/data/cars_train/00164.jpg
Binary file added image_super_resolution/data/cars_train/00165.jpg
Binary file added image_super_resolution/data/cars_train/00166.jpg
Binary file added image_super_resolution/data/cars_train/00167.jpg
Binary file added image_super_resolution/data/cars_train/00168.jpg
Binary file added image_super_resolution/data/cars_train/00169.jpg
Binary file added image_super_resolution/data/cars_train/00171.jpg
Binary file added image_super_resolution/data/cars_train/00172.jpg
Binary file added image_super_resolution/data/cars_train/00173.jpg
Binary file added image_super_resolution/data/cars_train/00174.jpg
Binary file added image_super_resolution/data/cars_train/00175.jpg
Binary file added image_super_resolution/data/cars_train/00176.jpg
Binary file added image_super_resolution/data/cars_train/00177.jpg
Binary file added image_super_resolution/data/cars_train/00178.jpg
Binary file added image_super_resolution/data/cars_train/00179.jpg
Binary file added image_super_resolution/data/cars_train/00180.jpg
Binary file added image_super_resolution/data/cars_train/00181.jpg
Binary file added image_super_resolution/data/cars_train/00182.jpg
Binary file added image_super_resolution/data/cars_train/00183.jpg
Binary file added image_super_resolution/data/cars_train/00184.jpg
Binary file added image_super_resolution/data/cars_train/00185.jpg
Binary file added image_super_resolution/data/cars_train/00186.jpg
Binary file added image_super_resolution/data/cars_train/00187.jpg
Binary file added image_super_resolution/data/cars_train/00188.jpg
Binary file added image_super_resolution/data/cars_train/00189.jpg
Binary file added image_super_resolution/data/cars_train/00190.jpg
Binary file added image_super_resolution/data/cars_train/00191.jpg
Binary file added image_super_resolution/data/cars_train/00192.jpg
Binary file added image_super_resolution/data/cars_train/00193.jpg
Binary file added image_super_resolution/data/cars_train/00194.jpg
Binary file added image_super_resolution/data/cars_train/00195.jpg
Binary file added image_super_resolution/data/cars_train/00196.jpg
Binary file added image_super_resolution/data/cars_train/00197.jpg
Binary file added image_super_resolution/data/cars_train/00199.jpg
Binary file added image_super_resolution/data/cars_train/00200.jpg
Binary file added image_super_resolution/data/cars_train/00201.jpg
Binary file added image_super_resolution/data/cars_train/00202.jpg
Binary file added image_super_resolution/data/cars_train/00203.jpg
Binary file added image_super_resolution/data/cars_train/00204.jpg
Binary file added image_super_resolution/data/cars_train/00205.jpg
Binary file added image_super_resolution/data/cars_train/00206.jpg
Binary file added image_super_resolution/data/cars_train/00207.jpg
Binary file added image_super_resolution/data/cars_train/00208.jpg
Binary file added image_super_resolution/data/cars_train/00209.jpg
Binary file added image_super_resolution/data/cars_train/00210.jpg
Binary file added image_super_resolution/data/cars_train/00213.jpg
Binary file added image_super_resolution/data/cars_train/00214.jpg
Binary file added image_super_resolution/data/cars_train/00215.jpg
Binary file added image_super_resolution/data/cars_train/00216.jpg
Binary file added image_super_resolution/data/cars_train/00217.jpg
Binary file added image_super_resolution/data/cars_train/00218.jpg
Binary file added image_super_resolution/data/cars_train/00219.jpg
Binary file added image_super_resolution/data/cars_train/00220.jpg
Binary file added image_super_resolution/data/cars_train/00221.jpg
Binary file added image_super_resolution/data/cars_train/00223.jpg
Binary file added image_super_resolution/data/cars_train/00224.jpg
Binary file added image_super_resolution/data/cars_train/00225.jpg
Binary file added image_super_resolution/data/cars_train/00226.jpg
Binary file added image_super_resolution/data/cars_train/00227.jpg
Binary file added image_super_resolution/data/cars_train/00228.jpg
Binary file added image_super_resolution/data/cars_train/00229.jpg
Binary file added image_super_resolution/data/cars_train/00230.jpg
Binary file added image_super_resolution/data/cars_train/00231.jpg
Binary file added image_super_resolution/data/cars_train/00232.jpg
Binary file added image_super_resolution/data/cars_train/00233.jpg
Binary file added image_super_resolution/data/cars_train/00234.jpg
Binary file added image_super_resolution/data/cars_train/00236.jpg
Binary file added image_super_resolution/data/cars_train/00237.jpg
Binary file added image_super_resolution/data/cars_train/00238.jpg
Binary file added image_super_resolution/data/cars_train/00239.jpg
Binary file added image_super_resolution/data/cars_train/00241.jpg
Binary file added image_super_resolution/data/cars_train/00242.jpg
Binary file added image_super_resolution/data/cars_train/00243.jpg
Binary file added image_super_resolution/data/cars_train/00244.jpg
Binary file added image_super_resolution/data/cars_train/00246.jpg
Binary file added image_super_resolution/data/cars_train/00247.jpg
Binary file added image_super_resolution/data/cars_train/00248.jpg
Binary file added image_super_resolution/data/cars_train/00249.jpg
Binary file added image_super_resolution/data/cars_train/00250.jpg
Binary file added image_super_resolution/data/cars_train/00251.jpg
Binary file added image_super_resolution/data/cars_train/00252.jpg
Binary file added image_super_resolution/data/cars_train/00253.jpg
Binary file added image_super_resolution/data/cars_train/00254.jpg
Binary file added image_super_resolution/data/cars_train/00255.jpg
Binary file added image_super_resolution/data/cars_train/00256.jpg
Binary file added image_super_resolution/data/cars_train/00257.jpg
Binary file added image_super_resolution/data/cars_train/00258.jpg
Binary file added image_super_resolution/data/cars_train/00259.jpg
Binary file added image_super_resolution/data/cars_train/00260.jpg
Binary file added image_super_resolution/data/cars_train/00261.jpg
Binary file added image_super_resolution/data/cars_train/00262.jpg
Binary file added image_super_resolution/data/cars_train/00263.jpg
Binary file added image_super_resolution/data/cars_train/00264.jpg
Binary file added image_super_resolution/data/cars_train/00265.jpg
Binary file added image_super_resolution/data/cars_train/00266.jpg
Binary file added image_super_resolution/data/cars_train/00267.jpg
Binary file added image_super_resolution/data/cars_train/00268.jpg
Binary file added image_super_resolution/data/cars_train/00269.jpg
Binary file added image_super_resolution/data/cars_train/00271.jpg
Binary file added image_super_resolution/data/cars_train/00272.jpg
Binary file added image_super_resolution/data/cars_train/00275.jpg
Binary file added image_super_resolution/data/cars_train/00276.jpg
Binary file added image_super_resolution/data/cars_train/00277.jpg
Binary file added image_super_resolution/data/cars_train/00278.jpg
Binary file added image_super_resolution/data/cars_train/00279.jpg
Binary file added image_super_resolution/data/cars_train/00280.jpg
Binary file added image_super_resolution/data/cars_train/00281.jpg
Binary file added image_super_resolution/data/cars_train/00282.jpg
Binary file added image_super_resolution/data/cars_train/00283.jpg
Binary file added image_super_resolution/data/cars_train/00284.jpg
Binary file added image_super_resolution/data/cars_train/00286.jpg
Binary file added image_super_resolution/data/cars_train/00287.jpg
Binary file added image_super_resolution/data/cars_train/00288.jpg
Binary file added image_super_resolution/data/cars_train/00289.jpg
Binary file added image_super_resolution/data/cars_train/00290.jpg
Binary file added image_super_resolution/data/cars_train/00293.jpg
Binary file added image_super_resolution/data/cars_train/00294.jpg
Binary file added image_super_resolution/data/cars_train/00295.jpg
Binary file added image_super_resolution/data/cars_train/00296.jpg
Binary file added image_super_resolution/data/cars_train/00297.jpg
Binary file added image_super_resolution/data/cars_train/00298.jpg
Binary file added image_super_resolution/data/cars_train/00299.jpg
Loading