{"id":23326141,"url":"https://github.com/aliakrem/image-processing-playground-back-end","last_synced_at":"2026-05-01T06:31:50.663Z","repository":{"id":268544648,"uuid":"904697712","full_name":"AliAkrem/image-processing-playground-back-end","owner":"AliAkrem","description":"This project implements a Flask REST API that interfaces with Octave/MATLAB through the oct2py Python module.","archived":false,"fork":false,"pushed_at":"2025-01-12T13:26:16.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T06:43:45.075Z","etag":null,"topics":["flask-application","matlab","oct2py","octave","python-matlab"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AliAkrem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-17T11:38:40.000Z","updated_at":"2025-01-12T13:26:19.000Z","dependencies_parsed_at":"2024-12-17T12:44:22.551Z","dependency_job_id":null,"html_url":"https://github.com/AliAkrem/image-processing-playground-back-end","commit_stats":null,"previous_names":["aliakrem/image-processing-playground-back-end"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliAkrem%2Fimage-processing-playground-back-end","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliAkrem%2Fimage-processing-playground-back-end/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliAkrem%2Fimage-processing-playground-back-end/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliAkrem%2Fimage-processing-playground-back-end/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AliAkrem","download_url":"https://codeload.github.com/AliAkrem/image-processing-playground-back-end/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608164,"owners_count":20965950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask-application","matlab","oct2py","octave","python-matlab"],"created_at":"2024-12-20T19:14:24.810Z","updated_at":"2026-05-01T06:31:50.633Z","avatar_url":"https://github.com/AliAkrem.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask API with Octave Runtime Integration\n\nThis project implements a Flask REST API that interfaces with Octave/MATLAB through the oct2py Python module.\n\n## Prerequisites\n\nBefore setting up the project, ensure you have the following installed on your system:\n\n- Python 3.8 or higher\n- GNU Octave 6.0 or higher\n- pip (Python package manager)\n\n### Installing GNU Octave\n\n#### Windows\n1. Download the Octave installer from [GNU Octave Downloads](https://octave.org/download)\n2. Run the installer and follow the installation wizard\n3. Add Octave to your system PATH\n\n#### Linux (Ubuntu/Debian)\n```bash\nsudo apt update\nsudo apt install octave\n```\n\n#### macOS\n```bash\nbrew install octave\n```\n\n## Project Setup\n\n1. Clone the repository\n```bash\ngit clone https://github.com/AliAkrem/image-processing-playground-back-end\ncd image-processing-playground-back-end\n```\n\n2. Create and activate a virtual environment\n```bash\npython -m venv venv\n# On Windows\nvenv\\Scripts\\activate\n# On Unix or MacOS\nsource venv/bin/activate\n```\n\n3. Install required Python packages\n```bash\npip install -r requirements.txt\n```\n\n## Running the Application\n\n1. Start the Flask development server\n```bash\nflask run\n```\n\n2. The API will be available at `http://localhost:5000`\n\n## API Endpoints\n\n```base\nEndpoint                       Methods  Rule                          \n-----------------------------  -------  ------------------------------\napi.health_check               GET      /api/health             \napi.add_gaussian_noise         POST     /api/add-gaussian-noise       \napi.add_slat_and_pepper_noise  POST     /api/add-salt-and-pepper-noise\napi.average_filter             POST     /api/average_filter           \napi.enhance_image_v1           POST     /api/enhance_v1               \napi.enhance_image_v2           POST     /api/enhance_v2               \napi.gaussian_filter            POST     /api/gaussian_filter                \napi.max_filter                 POST     /api/max_filter               \napi.median_filter              POST     /api/median_filter            \napi.min_filter                 POST     /api/min_filter               \napi.nagao_filter               POST     /api/nagao_filter             \napi.prewitt_edge_detection     POST     /api/prewitt_edge_detection  \n```\n## Development\n\nTo contribute to this project:\n\n1. Create a new branch for your feature\n2. Make your changes\n3. Submit a pull request\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliakrem%2Fimage-processing-playground-back-end","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faliakrem%2Fimage-processing-playground-back-end","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliakrem%2Fimage-processing-playground-back-end/lists"}