This is the documentation for the Kopra Lapak Machine Learning API. It is a part of the Capstone Project "Kopra Lapak" by CH2-PS114 Bangkit Academy 2023 Batch 2.
# Tech We Use
- Flask (Framework)
- numpy (Scientific computing library)
- Werkzeug (WSGI utility library)
- TensorFlow (Machine learning library)
- Pillow (Image processing library)
- gdown (Download large files or datasets)
- Cloud Run (Deployment)
- Cloud Build (CI/CD)To run the API on your local computer, follow these steps :
- Clone this repository
git clone https://github.com/Kopra-Lapak/Koplak-API-ML.git
- Install the required dependencies
pip install -r requirements.txt
- Start the server
python main.py
- The API will be running on http://localhost:8000
- You can test the API using Postman or any other API testing tool.