Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mlh-fellowship/0.4.1-execute.ly-frontend
- Owner: MLH-Fellowship
- License: mit
- Created: 2020-06-02T10:42:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:45:51.000Z (almost 2 years ago)
- Last Synced: 2024-12-16T19:13:11.411Z (8 days ago)
- Topics: ant-design, reactjs, styled-components
- Language: JavaScript
- Homepage: https://executely.netlify.app
- Size: 3.73 MB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`