Giter Club home page Giter Club logo

memenglish-app's Introduction

Memenglish

Description

Learn English With Memes! The app automatically detects the text in the meme image, and translates into the language chosen.

Technologies

  • FirebaseMLVision Framework to recognize text in image
  • Google translation API
  • Grand Central Dispatch

Integration with Grand Central Dispatch

Old version: had to download every meme image, detect texts and translate the text before showing the view to the user. (old commits: https://github.com/ruhsane/Memenglish)

New version(after integrating Dispatch): shows view on the main queue instantly. Then downloads, detects, translates in other threads with .background qos level, updates the UI when it's done. Gives much more smooth user experience and performance.

Prototye:

memenglish-app's People

Contributors

ruhsane avatar

Watchers

 avatar

memenglish-app's Issues

Written delivery

The written section was missing a lot of details of how you solved the problem and made it better using your new knowledge.

App’s performance and design

This can be improved a lot on how the app works. Not everything is displayed correctly and the amount of data is limited.

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.