Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashot72/mobile-dall-e-image-gallery-variations-edit
Mobile (React Native with Expo) DALL-E Image Gallery with Image Variations and Edit
https://github.com/ashot72/mobile-dall-e-image-gallery-variations-edit
artifical-intelligence chat-gtp dall-e graph-api image-edit image-variations microsoft-azure microsoft-azure-identity open-ai react-native react-native-expo sharepoint-online text-to-speech voice-recorder
Last synced: about 4 hours ago
JSON representation
Mobile (React Native with Expo) DALL-E Image Gallery with Image Variations and Edit
- Host: GitHub
- URL: https://github.com/ashot72/mobile-dall-e-image-gallery-variations-edit
- Owner: Ashot72
- Created: 2023-08-27T20:24:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-27T20:58:27.000Z (about 1 year ago)
- Last Synced: 2023-08-27T21:35:39.391Z (about 1 year ago)
- Topics: artifical-intelligence, chat-gtp, dall-e, graph-api, image-edit, image-variations, microsoft-azure, microsoft-azure-identity, open-ai, react-native, react-native-expo, sharepoint-online, text-to-speech, voice-recorder
- Language: TypeScript
- Homepage:
- Size: 6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mobile (React Native with Expo) DALL-E Image Gallery with Variations and Edit
This is an extension of my previous DALL-E Image [Gallery app](https://github.com/Ashot72/Mobile-DALL-E-Image-Gallery).
In the previous app, you can observe how we registered the app, accessed different tenants with multiple users, and built it.
With this app, you can generate various image variations and edit images with your finger to generate multiple images sequentially.To get started.
```
Clone the repositorygit clone https://github.com/Ashot72/Mobile-DALL-E-Image-Gallery-Variations-Edit
cd Mobile-DALL-E-Image-Gallery-Variations-Edit
# installs dependencies
npm install
Add a src/secret.ts file based on src/secret.example.ts file and add respective keys.
Generate an Expo development build for development and a preview one for testing purposes.
```Go to [Mobile (React Native with Expo) DALL-E Image Gallery with Variations and Edit Video](https://youtu.be/r6PaBO7P_8U
) pageGo to [Mobile (React Native with Expo) DALL-E Image Gallery with Variations and Edit Description](https://ashot72.github.io/Mobile-DALL-E-Image-Gallery-Variations-Edit/doc.html) page