https://github.com/cleverfool77/code-capsule
Code Capsule is a coding tool built with the aim of simplifying your brainstorming-coding experience. As the name suggests Code Capsule compresses the various steps involved in coding from scratch, into a simple 3 click process - Scan. Edit. Run.
https://github.com/cleverfool77/code-capsule
flask google-cloud javascript python3
Last synced: 6 months ago
JSON representation
Code Capsule is a coding tool built with the aim of simplifying your brainstorming-coding experience. As the name suggests Code Capsule compresses the various steps involved in coding from scratch, into a simple 3 click process - Scan. Edit. Run.
- Host: GitHub
- URL: https://github.com/cleverfool77/code-capsule
- Owner: CleverFool77
- Created: 2019-06-01T14:11:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T21:50:42.000Z (over 2 years ago)
- Last Synced: 2025-05-04T21:18:07.359Z (6 months ago)
- Topics: flask, google-cloud, javascript, python3
- Language: JavaScript
- Homepage:
- Size: 16.9 MB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code Capsule

## Introduction
* EASE AND SIMPLICITY
Code Capsule is a coding tool built with the aim of simplifying your brainstorming-coding experience. As the name suggests Code Capsule compresses the various steps involved in coding from scratch, into a simple 3 click process - Scan. Edit. Run.
* CONVENIENCE
Code capsule works on programming languages to bring your ideas from the chalk board into a reality.Owing to its highly versatile nature, Code Capsule finds applications in multiple domains, ranging from personal use at home, to institutional use by instructors or evaluators.
## TECH-STACKS USED
* BACKEND
The backened server is implemented in FLASK. With its end points exposed as REST.
* GOOGLE CLOUD VISION
GOOGLE CLOUD VISION supports optical character recognisation and extracts text.
* FRONTEND
Frontend is implemented in jquery. and bootstrap
### Mobile Interface
In Mobile Interface, Code Capsule allows you to directly capture the image of your handwritten code and provides you the option of either running it as is or running it after editing, to provide the output.



### Desktop Interface
In Desktop Interface, the photo is uploaded directly for code recognition. As in the mobile interface, after selection of one of the two available options, the code is compiled and executed.



## FUTURE COURSE
* Provide option for Bulk Evaluation of codes.
* Paper-Pen test code evaluation for institutional use.
* Provision for direct Pseudo Code Evaluation.
* Improve text detection for better accuracy.
* Provide support for even more languages.
* Provide the accuracy growth of programmer over the time.
Made with <3 during wmn hackathon 2019.