Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.82 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.82 KB

Prompter

Prompter is a Flutter application designed to provide a seamless and efficient user experience for managing and interacting with AI-generated content. The app leverages various AI models to generate images and text, and integrates with Firebase for authentication and data storage.

Installation

To install and run the Prompter application, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Tuanpluss02/Prompter.git
    cd Prompter
  2. Install dependencies:

    flutter pub get
  3. Set up Firebase:

    • Follow the instructions to set up Firebase for your Flutter project: Firebase Setup
    • Add your google-services.json (for Android) and GoogleService-Info.plist (for iOS) files to the respective directories.
  4. Run the application:

    flutter run

Usage

Once the application is installed and running, you can use it to:

  • Authenticate: Sign up or log in using email/password or Google Sign-In.
  • Generate AI Content: Use various AI models to generate images and text.
  • Manage Content: Create, edit, and delete posts and comments.
  • Interact with Content: Like, comment, and share posts.

Features

  • User Authentication: Secure authentication using Firebase Auth.
  • AI Image Generation: Generate images using multiple AI models.
  • AI Text Generation: Generate text using AI models.
  • Content Management: Create, edit, and delete posts and comments.
  • User Interaction: Like, comment, and share posts.
  • Localization: Support for multiple languages using easy_localization.
  • Responsive Design: Adaptive UI for different screen sizes.

License

This project is licensed under the MIT License. See the LICENSE file for more details.