Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitness/major-project
Using power of deep learning to enhance resolution of videos
https://github.com/amitness/major-project
cnn deep-learning django gan tensorflow
Last synced: 9 days ago
JSON representation
Using power of deep learning to enhance resolution of videos
- Host: GitHub
- URL: https://github.com/amitness/major-project
- Owner: amitness
- License: mit
- Created: 2017-10-20T06:45:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:20:39.000Z (almost 2 years ago)
- Last Synced: 2024-04-22T11:06:58.924Z (7 months ago)
- Topics: cnn, deep-learning, django, gan, tensorflow
- Language: Python
- Homepage:
- Size: 286 MB
- Stars: 17
- Watchers: 4
- Forks: 5
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# major-project
### Local Development
* Clone this repository to your local machine
```shell
git clone https://github.com/amitness/major-project
```* In the directory where you placed the cloned repo, create a virtual environment for Python:
```shell
pip install virtualenv
virtualenv -p python3 venv
```
* Activate your virtual environment
```shell
source venv/bin/activate
```* Install all required packages:
```shell
pip install -r requirements.txt
```
* Install ffmpeg package
```shell
sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install ffmpeg
```
**Ubuntu 16.04**:
```sudo add-apt-repository ppa:jonathonf/ffmpeg-3```* For webapp, goto the webapp directory and run following command to install required frontend libraries.
```
bower install
```## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details