Giter Club home page Giter Club logo

wncc-beta-'s Introduction

programs for convener screening

----------------------------------

made for convener screening of WnCC, IIT Bombay

Please consider the code **for Task 2** in subtitles directory for my evaluation

The sraping one was just out of fun

Subtitle generator



run.py


    the python script to which arguments must be passed to initiate the Subtitle generator
    Ex : > python run.py  "Sherlock - 3x02 - The Sign of Three.srt"
    **NOTE** : this works only if the Indexing of the subtitles is proper, that is 1,2,3...

run_threading.py


    this python script has the same usage as *run.py* but the implementation is different, 
    based on python threading library.
    not personally preffered by me as launching independent threads just to look at the time 
    is unwise.Nevertheless, it makes the code more structed, as a tradeoff for performance
    Ex : > python run_threading.py  "Sherlock - 3x02 - The Sign of Three.srt"

Artist Strong Language check



core.py


    **Men at Work**
    works for only one artist uses threads to improve speed.
    but azlyrics catches it. 
    core_sync.py is its synchronous version
    And Believe me its wayyyyyy too slow
    second one works in reasonable time
Ex : > python core.py eminem jerk
     > python core_sync.py "priyanka chopra" "in"

**NOTE :** this has no way of handling a non 200 response code so it just adds 0 in its place
so it is more like sampling of the limited set while core_sync gives the accurae figure
**IT IS CASE INSENSITIVE** 

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.