Â
Built 7 React-Native Apps which use Deep Learning and AI
Â
All apps run on Android and IOS
Most of the App UI is same for all the apps. The main focus was using different deep learning algorithms and techniques to achieve the goal.
Â
Â
- Not Hotdog App
NotHotDog-Classifier-React-Native-App
rodriguescarson • Updated Feb 7, 2022
Inspired by Silicon Valleys Not Hot dog app. Well if not obvious then its an app which tells you if the image selected or clicked is an hot dog or not. Used a already trained model which had about 94% accuracy,
- PoseNet, MobileNet, SSD, Segmentation & YOLO Neural Networks App
ModelApp-POSENET-MOBILE-YOLO-SSD-SEGMENTATION-React-Native-App
rodriguescarson • Updated Feb 12, 2022
This app uses different ML models like PoseNet, MobileNet, SSD, Segmentation & YOLO to perform output results. Prebuilt Tflite models were imported and loaded to implement.
Â
- Flower Classifier
flowerDetector-React-Native-AI-App-
rodriguescarson • Updated Feb 12, 2022
Built the neural network on google Collab. Ran a python script to build it. It was then exported and and put in the project. It was then loaded in the app and implemented
python script
- Gemstone Classifier
GemStoneFinder-React-Native-App
rodriguescarson • Updated Feb 12, 2022
Can classify between different types of gemstone. The script was created on Google Collab and then run to export the model. The model was then loaded in the app for prediction.
Â
- Sentiment Analysis App
SentimentAnalysis-React-Native-AI-App
rodriguescarson • Updated Feb 12, 2022
Tells the sentiment of the the line entered in the input with the percentage. An api from rapidapi was used to predict.
Â
- Black & White Image Colorizer
colorizationAI-React-Native-App
rodriguescarson • Updated Feb 12, 2022
Image colorization app that can convert black and white image to colored image. Used the AI picture colorizer API from RapidAPI.
- Style Transfer App
StyleTransfer-React-Native-App
rodriguescarson • Updated Feb 12, 2022
Takes styles of one image and applies to another. Uses an api from RapidAPI.
Â
Built a neural network on Teachable Machine and exporting it into React-Native project
Built a neural network in Keras/Python on Google Collab and exporting it into React-Native project
Using API's performed Natural Language Processing and implemented those algorithms into the app
Used Generative Adversarial Neural Networks to Generate Art!
Â
Ai Practicals