mobilebruise

Cooking recipes mobile app and REST API built with React Native and Java Script

https://github.com/manuellatorre98/mobilebruise

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.1%) to scientific vocabulary

Keywords

convolutional-neural-network keras react-native tensorflow typescript
Last synced: 4 months ago · JSON representation ·

Repository

Cooking recipes mobile app and REST API built with React Native and Java Script

Basic Info
  • Host: GitHub
  • Owner: ManuelLatorre98
  • Language: TypeScript
  • Default Branch: main
  • Homepage:
  • Size: 356 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
convolutional-neural-network keras react-native tensorflow typescript
Created about 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Citation

README.md

Español: Un modelo basico de aplicacion mobile para reconocimiento de moretones en imagenes por IA, para esto construimos una red convolucional junto con un servidor en python.

English: A basic mobile application model for recognition of bruises in images by AI, for this we build a convolutional network together with a server in python. VIDEO: https://github.com/ManuelLatorre98/mobileBruise/assets/71223620/71239eff-f29e-46da-a413-f2fecbbb8197

This is a new React Native project, bootstrapped using @react-native-community/cli.

Getting Started

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Step 1: Start the Metro Server

First, you will need to start Metro, the JavaScript bundler that ships with React Native.

To start Metro, run the following command from the root of your React Native project:

```bash

using npm

npm start

OR using Yarn

yarn start ```

Step 2: Start your Application

Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:

For Android

```bash

using npm

npm run android

OR using Yarn

yarn android ```

For iOS

```bash

using npm

npm run ios

OR using Yarn

yarn ios ```

If everything is set up correctly, you should see your new app running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.

This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.

Step 3: Modifying your App

Now that you have successfully run the app, let's modify it.

  1. Open App.tsx in your text editor of choice and edit some lines.
  2. For Android: Press the R key twice or select "Reload" from the Developer Menu (Ctrl + M (on Window and Linux) or Cmd ⌘ + M (on macOS)) to see your changes!

For iOS: Hit Cmd ⌘ + R in your iOS Simulator to reload the app and see your changes!

Congratulations! :tada:

You've successfully run and modified your React Native App. :partying_face:

Now what?

Troubleshooting

If you can't get this to work, see the Troubleshooting page.

Learn More

To learn more about React Native, take a look at the following resources:

Owner

  • Login: ManuelLatorre98
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Latorre"
  given-names: "Manuel"
  orcid: "https://orcid.org/0000-0000-0000-0000"
- family-names: "Campos"
  given-names: "Carlos"
  orcid: "https://orcid.org/0000-0000-0000-0000"
- family-names: "Villaroel"
  given-names: "Santiago"
  orcid: "https://orcid.org/0000-0000-0000-0000"
title: "Mobile bruise recognition APP with Convolutional Neuronal Network"
version: 1.0.0
doi: 10.5281/zenodo.1234
date-released: 2023-11-19
url: "https://github.com/ManuelLatorre98/mobileBruise"

GitHub Events

Total
Last Year

Dependencies

ios/Podfile cocoapods
android/app/build.gradle maven
  • com.facebook.react:hermes-android * implementation
  • com.facebook.react:react-android * implementation
android/build.gradle maven
package-lock.json npm
  • 901 dependencies
package.json npm
  • @babel/core ^7.20.0 development
  • @babel/preset-env ^7.20.0 development
  • @babel/runtime ^7.20.0 development
  • @react-native/eslint-config ^0.72.2 development
  • @react-native/metro-config ^0.72.11 development
  • @tsconfig/react-native ^3.0.0 development
  • @types/react ^18.0.24 development
  • @types/react-test-renderer ^18.0.0 development
  • babel-jest ^29.2.1 development
  • eslint ^8.19.0 development
  • jest ^29.2.1 development
  • metro-react-native-babel-preset 0.76.8 development
  • prettier ^2.4.1 development
  • react-test-renderer 18.2.0 development
  • typescript 4.8.4 development
  • @fortawesome/fontawesome-svg-core ^6.4.2
  • @fortawesome/free-brands-svg-icons ^6.4.2
  • @fortawesome/free-regular-svg-icons ^6.4.2
  • @fortawesome/free-solid-svg-icons ^6.4.2
  • @fortawesome/react-native-fontawesome ^0.3.0
  • @react-native-community/masked-view ^0.1.11
  • @react-navigation/native ^6.1.9
  • @react-navigation/stack ^6.3.20
  • axios ^1.6.2
  • deprecated-react-native-prop-types ^5.0.0
  • react 18.2.0
  • react-native 0.72.7
  • react-native-camera ^4.2.1
  • react-native-fs ^2.20.0
  • react-native-gesture-handler ^2.13.4
  • react-native-image-picker ^7.0.2
  • react-native-reanimated ^3.5.4
  • react-native-safe-area-context ^4.7.4
  • react-native-screens ^3.27.0
  • react-native-svg ^14.0.0
yarn.lock npm
  • 893 dependencies
Gemfile rubygems
  • activesupport >= 6.1.7.3, < 7.1.0
  • cocoapods ~> 1.13