Git Product home page Git Product logo

reloadbrain / deep_player Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codervivek/deep_player

0.0 1.0 0.0 2.07 MB

An online video streaming service which automatically extracts insights like actors, scenes, keywords and multilingual subtitles using Microsoft's Video Indexer API.

Home Page: http://deep-player.eastus.cloudapp.azure.com

License: MIT License

Python 58.54% JavaScript 11.19% CSS 0.25% HTML 30.02%

deep_player's Introduction

Deep Player

An online video streaming service which automatically extracts insights like actors, scenes, keywords and multilingual subtitles using Microsoft's Video Indexer API.
This project was was among top 10 pitches in the world (top 2 in India) in Microsoft Imagine Cup Big Idea 2018, was awarded runner-up in ON CAMPUS (senior league) out of 57 teams, winners in ONLINE (junior league) out of 245 registered students of Microsoft Code.Fun.Do 2017 held at IIT Guwahati and will be showcased on Microsoft IDC for the national level final round.

Screenshots

Screenshot 1 Screenshot 2

Videos

Youtube link

Additional Plugin

Deep Player Chrome Extension
Cortana Plugin

Getting Started

Clone or fork the repo to make changes and test the site.

Prerequisites

Install django and PostgreSQL.

Installing

Create a vitual enviroment if you have deal with multiple python projects.

sudo apt-get install python-virtualenv
or
sudo easy_install virtualenv
or
sudo pip3 install virtualenv
mkdir ~/virtualenvironment
virtualenv ~/virtualenvironment/my_new_app
cd ~/virtualenvironment/my_new_app/bin
source activate

To install django. Note: Use sudo only if some errors pop up.

sudo pip3 install -r requirements.txt

Follow these instructions to run PostgreSQL database. PostgreSQL provides much better searching, indexing and scaliblity options.

Configure your Database settings in settings.py to run the database. Assign DEBUG False and configure the Apache/Nginx to host the django app, PostgreSQL database and required static files.

Install geckodriver in your environment from here.

Finally run

python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver

in the directory which has manage.py to get your site up and running.

Built With

Authors

deep_player's People

Contributors

codervivek avatar pavan71198 avatar

Watchers

Vishal Verma avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.