geetesh-gupta / relay-app

A react native application for federated learning project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

relay-app

A react native application for relaying IoT data to the cloud through cloud-native serverless services.

Steps to use:

  1. Setup React environment: Goto Getting Started - React Native, open React Native CLI quickstart guide. Select your development OS and target OS (ie. Android). Install and setup the required dependencies.

  2. Install the required node modules, run

    npm install

  3. To run the app: Connect your test android device or use the Android SDK emulator on your system. Run:

    npx react-native run-android

    OR

    npm run android && npm run start

About

A react native application for federated learning project


Languages

Language:JavaScript 81.3%Language:Java 6.3%Language:Objective-C 5.9%Language:Ruby 3.9%Language:Starlark 2.7%