Skip to content

REST API to TinyML project - writes and retrieves values to and from DynamoDB. Implemented with Golang and GinGonic.

Notifications You must be signed in to change notification settings

tkeyo/tinyml-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyML Backend

RestAPI for the TinyML projects. Implemented with Go using GinGonic. Uses AWS DynamoDB as backend.

Blog: TinyML: Machine Learning on ESP32 with MicroPython

Roles:

  1. Saves data comming from an ESP32 IoT device that captures acceleration & gyro data, and identified gestures.
  2. Retrieves data from the DB to show on the frontend.

Local Docker Run

docker run -it -p 8081:8081 -e API_AUTH_KEY=123 -e GIN_MODE=release -e AWS_ACCESS_KEY_ID=xyz AWS_SECRET_ACCESS_KEY=xyz tinymlbe:latest

About

REST API to TinyML project - writes and retrieves values to and from DynamoDB. Implemented with Golang and GinGonic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published