mobilebruise
Cooking recipes mobile app and REST API built with React Native and Java Script
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
Repository
Cooking recipes mobile app and REST API built with React Native and Java Script
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
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.
- Open
App.tsxin your text editor of choice and edit some lines. - 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?
- If you want to add this new React Native code to an existing application, check out the Integration guide.
- If you're curious to learn more about React Native, check out the Introduction to React Native.
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:
- React Native Website - learn more about React Native.
- Getting Started - an overview of React Native and how setup your environment.
- Learn the Basics - a guided tour of the React Native basics.
- Blog - read the latest official React Native Blog posts.
@facebook/react-native- the Open Source; GitHub repository for React Native.
Owner
- Login: ManuelLatorre98
- Kind: user
- Repositories: 2
- Profile: https://github.com/ManuelLatorre98
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
- com.facebook.react:hermes-android * implementation
- com.facebook.react:react-android * implementation
- 901 dependencies
- @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
- 893 dependencies
- activesupport >= 6.1.7.3, < 7.1.0
- cocoapods ~> 1.13