I built a React Native Mobile app with Expo, 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 repository
git 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 page
Go to Mobile (React Native with Expo) DALL-E Image Gallery Description page