Skip to content

llSourcell/anime_generator_startup_template

Repository files navigation

Overview

This is the code for this video on Youtube by Siraj Raval titled "Anime Video Generator". Use it as a starting template to build your own AI startup in entertainment, design, or music.

alt%20text

Live demo

Dependencies

Installation Steps

  1. Follow the react firebase app template steps below.
  2. Find the AnimeGAN here https://huggingface.co/spaces/doevent/animegan-v2-for-videos
  3. Deploy to Vercel instead of HuggingFace
  4. Add your Stripe & EtherJS Keys for payments.
  5. Add more data for better predictions optional

Credits

React Native Marketplace Templates. Install steps below

React Native Firebase App Template

Thanks for your purchase.

In case of any questions or problems, please contact me at: hello@reactnativemarket.com

Demo

https://react-native-app-template.web.app/

How to use?

  1. Download or clone this repo.

  2. Install dependencies.

npm install
// or
yarn install
  1. Go to src/core/config.js and replace FIREBASE_CONFIG with your own firebase config.
export const FIREBASE_CONFIG = {
  apiKey: 'xxx-yyy-zzz', // etc.
  // rest of your firebase config
}
  1. Turn on Google and Facebook Providers inside your Firebase Project: providers

  2. Google Sign In configuration:

    1. Follow official Expo docs on Google Sign In: https://docs.expo.io/versions/latest/sdk/google/#using-it-inside-of-the-expo-app
    2. Go to src/core/config.js and replace ANDROID_GOOGLE_CLIENT_ID and IOS_GOOGLE_CLIENT_ID with your own generated IDs.
    3. Before submitting your app to Google Play, make sure to follow these docs: https://docs.expo.io/versions/latest/sdk/google/#deploying-to-a-standalone-app-on-android
    4. Before submitting your app to App Store, make sure to follow these docs: https://docs.expo.io/versions/latest/sdk/google/#deploying-to-a-standalone-app-on-ios
  3. Facebook Login configuration:

    1. Follow official Expo docs on Facebook Login: https://docs.expo.io/versions/latest/sdk/facebook/#registering-your-app-with-facebook
    2. Go to app.json and replace facebookScheme, facebookAppId and facebookDisplayName with your own generated IDs/names.
  4. Run project on iOS / Android.

 npm run ios // npm run android
 // or
 yarn ios // yarn android

Preview

start login register forgot home drawer profile

Support

In case of any questions or problems, please contact me at: hello@reactnativemarket.com

Happy Coding 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published