Git Product home page Git Product logo

alfred's Introduction

Alfred

As this repo name shows, this is a collection of useful scripts combined into a single application, and written in favorite python. this will install into bin directory and standby at anytime when I want call it. alfred mainly using for Deep Learning purpose.

Currently alfred contains several modules:

  • vision:

    1. extract: combined command for extract images from videos;
    2. gray: covert a colorful image into gray image;
    3. 2video: combine an image sequence into a video;
    4. clean: clean all un-supported or broken image from a directory;
    5. faces: extract all faces from a single image or from a images dir;
  • text:

    1. clean: clean a text file, which will clean all un-use words for nlp;
    2. translate: translate a words to target language;
  • scrap:

    1. image: scrap images with a query words and save into local;

New

alfred now available on pip! to install directly:

sudo pip3 install alfred-py

Note: pls add sudo, because alfred will add bin file into system path.

Install

To install alfred, simply:

sudo python3 setup.py install

More powerful things is, you can import alfred in your project!

from alfred import vision
from alfred import text

So that you can access all alfred abilities in your own project!

alfred's People

Contributors

lucasjinreal 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.