Skip to content

Baskarya/flask-ml-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


BASKARYA FLASK ML MODEL

β—¦ Developed with the software and tools below.

TensorFlow scikitlearn Gunicorn Python Docker NumPy Flask JSON

GitHub license git-last-commit GitHub commit activity GitHub top language

πŸ“– Table of Contents


πŸ“ Overview

Leveraging machine learning capabilities. The file images to be used for the machine learning operation. Input a batik images, then get recommendation for similar batik.


πŸ“¦ Features

  • Machine Learning Feature: Provide an endpoint for machine learning analysis of batik images, enhancing the platform's capabilities.

Documentation

For more detail API Documentation, Documentation.

https://documenter.getpostman.com/view/25932120/2s9YkkfNgo#928f8e75-8575-4d6a-b4d7-9809e002a748


API Service Endpoint

https://ml-baskarya-veuznuhx2a-et.a.run.app/ Endpoint.


πŸ“‚ Repository Structure

└── flask-ml-model/
    β”œβ”€β”€ Dockerfile
    β”œβ”€β”€ app.py
    β”œβ”€β”€ credentials/
    β”‚   └── serviceAccountKey.json
    β”œβ”€β”€ image_features.joblib
    β”œβ”€β”€ image_paths.joblib
    β”œβ”€β”€ requirements.txt

Machine Learning Feature

Endpoint

POST http://{{endpoint}}/api/ml

Request

  • Method: POST
  • URL: http://{{endpoint}}/api/ml
  • Body:
    • file (Form Data): Image file for machine learning analysis.

βš™οΈ Modules

Root
File Summary
Dockerfile HTTPStatus Exception: 404
requirements.txt HTTPStatus Exception: 404
app.py HTTPStatus Exception: 404
Credentials
File Summary
serviceAccountKey.json HTTPStatus Exception: 404

πŸš€ Getting Started

Dependencies

Please ensure you have the following dependencies installed on your system:

Dependencies

Below are the dependencies used in this project, each serving a specific purpose:

  • firebase-admin (==6.3.0): Firebase Admin SDK for Python, providing the necessary tools for managing Firebase services.

  • Flask (==3.0.0): Lightweight web application framework for Python.

  • joblib (==1.3.2): Library for parallelizing tasks in Python, often used for parallel processing and caching.

  • keras (==2.15.0): High-level neural networks API in Python, working on top of TensorFlow and Theano.

  • numpy (==1.26.2): Fundamental package for scientific computing with Python.

  • scikit-learn (==1.3.2): Machine learning library for Python, providing simple and efficient tools for data analysis and modeling.

  • tensorflow (==2.15.0): Open-source machine learning framework developed by the TensorFlow team.

  • asyncio (==3.4.3): Library for writing single-threaded concurrent code using coroutines, multiplexing I/O access over sockets and other resources.

  • gevent (==23.9.1): Python coroutine-based concurrency library, useful for handling many concurrent connections.

Please refer to requirements.txt for more details on versioning and additional information about the project's dependencies.

πŸ”§ Installation

  1. Clone the flask-ml-model repository:
git clone https://github.com/Baskarya/flask-ml-model
  1. Change to the project directory:
cd flask-ml-model
  1. Install the dependencies:
pip install -r requirements.txt

πŸ›£ Project Roadmap

  • ℹ️ Task 1: Processing Model from Uploaded File

🀝 Contributing

Contributions are welcome! Here are several ways you can contribute:

Contributing Guidelines

Click to expand
  1. Fork the Repository: Start by forking the project repository to your GitHub account.
  2. Clone Locally: Clone the forked repository to your local machine using a Git client.
    git clone <your-forked-repo-url>
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear and concise message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to GitHub: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.

Once your PR is reviewed and approved, it will be merged into the main branch.


πŸ“„ License

This project is protected under the SELECT-A-LICENSE License. For more details, refer to the LICENSE file.


πŸ‘ Acknowledgments

  • List any resources, contributors, inspiration, etc. here.

Back to Top


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors