Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashot72/mobile-dall-e-image-gallery
Mobile (React Native with Expo) DALL-E Image Gallery
https://github.com/ashot72/mobile-dall-e-image-gallery
ai artifical-intelligense chatgpt dall-e graph-api microsoft-azure microsoft-azure-identity open-ai react-native react-native-expo sharepoint text-to-speech voice-recorder
Last synced: about 4 hours ago
JSON representation
Mobile (React Native with Expo) DALL-E Image Gallery
- Host: GitHub
- URL: https://github.com/ashot72/mobile-dall-e-image-gallery
- Owner: Ashot72
- Created: 2023-08-05T16:33:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-27T07:47:21.000Z (about 1 year ago)
- Last Synced: 2023-08-27T08:48:28.809Z (about 1 year ago)
- Topics: ai, artifical-intelligense, chatgpt, dall-e, graph-api, microsoft-azure, microsoft-azure-identity, open-ai, react-native, react-native-expo, sharepoint, text-to-speech, voice-recorder
- Language: TypeScript
- Homepage:
- Size: 5.09 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
I built a React Native Mobile app with [Expo](https://expo.dev/), where you can generate a DALL-E image with a voice prompt. The app implements a text-to-sound feature that allows you to listen to the prompts using voice. The app uses Microsoft Azure Identity for login in a React Native app. To allow the application to interact with the Microsoft server, it needs to be registered through Microsoft Application Registration Portal. The app data are saved into a SharePoint list.
To get started.
```
Clone the repositorygit clone https://github.com/Ashot72/Mobile-DALL-E-Image-Gallery
cd Mobile-DALL-E-Image-Gallery
# installs dependencies
npm install
Add .env file based on .env.example 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 Video](https://youtu.be/Axt1it17200) page
Go to [Mobile (React Native with Expo) DALL-E Image Gallery Description](https://ashot72.github.io/Mobile-DALL-E-Image-Gallery/docs.html) page