Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mlh-fellowship/0.4.1-execute.ly-frontend

Edit and execute handwritten ✍️ or typed code 👨‍💻 Search Results Web result with site links in an image right in your browser.
https://github.com/mlh-fellowship/0.4.1-execute.ly-frontend

ant-design reactjs styled-components

Last synced: 7 days ago
JSON representation

Edit and execute handwritten ✍️ or typed code 👨‍💻 Search Results Web result with site links in an image right in your browser.

Awesome Lists containing this project

README

        

# execute.ly

Edit and execute handwritten or any code in an image right in your browser.

## Features

* Parses the text from any image containing typed or handwritten code.
* Executes the code right into the browser.
* Supports image upload by URL.
* Supports image crop incase image contains extra noise.
* Supports automatic language detection.
* Supports C, C++, Javascript and Python.

![](https://media.giphy.com/media/gdkFelq0TLwoInOkjp/source.gif)

The server code can be found [here](https://github.com/MLH-Fellowship/0.4.1-Execute.ly-server).

## Screenshots

![Execution of handwritten code](https://i.imgur.com/MR4DTl4.png)

![Execution of typed code](https://i.imgur.com/rrKpTLt.png)

![Example of image crop](https://i.imgur.com/B8NfvXT.png)

## How to run this locally?

* Clone this repository.
* `yarn install`
* `yarn start`