GithubHelp home page GithubHelp logo

yatendra2001 / aimuse-ethforall-2023-winner Goto Github PK

View Code? Open in Web Editor NEW
12.0 2.0 5.0 10.45 MB

AI Muse is a decentralised degenerative AI mobile application that allows you to create and mint NFT(s) on single tap.

Home Page: https://aimuse.tech/

License: MIT License

Kotlin 0.05% Ruby 0.54% Swift 0.16% Objective-C 0.02% Dart 87.38% HTML 0.72% JavaScript 3.09% Solidity 0.73% Cadence 7.31%
flutter blockchain dart figma polygon smart-contracts solidity

aimuse-ethforall-2023-winner's Introduction

AI Muse

AI Muse, aims to revolutionize the NFT market by empowering users to easily create and sell their digital assets, encouraging more artists and collectors to participate in the NFT space.

Group 6

Introduction

AI Muse is an NFT generator mobile application that utilizes AI algorithms and prompts to simplify the NFT creation process, making it accessible to a wider audience. The AI-generated artwork is unique and reflects the personal preferences and styles of the user, resulting in one-of-a-kind NFTs.

Usage

  1. Clone the repository from GitHub:
git clone https://github.com/yatendra2001/ai_muse.git
  1. Create a file keys.dart under lib directory and get the following keys:
const DALL_E_API = "***get_api_key_from_OpenAI_DALL-E***";
const NFT_STORAGE_API =
    "***get_api_key_from_NFT.Storage***";
const NFT_PORT_API = "***get_api_key_from_NFTPort.xyz***";
const CONTRACT_NAME = "Name you want to give to your contract";
const CONTRACT_SYMBOL = "*****give_your_own_token_symbol_like_AMC******";
const CONTRACT_ADDRESS = <Follow below step 3 and 4 for this>;
const CONTRACT_ADDRESS_MANTLE_TESTNET =
    "Follow step 5 for this";
const WALLET_OWNER = "****your_wallet_account_address*****";
const WALLET_PRIVATE_KEY =
    "*****your_wallet_private_key******";
const POLYGONSCAN_KEY = "*****get_api_key_from_polygon_scan";
const ALCHEMY_KEY_TEST =
    "***get_api_key_from_alchmey_for_polygon_testnet***";
const ALCHEMY_KEY_PROD =
    "***get_api_key_from_alchmey_for_polygon_mainnet***";
  1. Navigate to project's backend directory:
cd smart_contract
  1. Clone and run the backend to get CONTRACT_ADDRESS for keys.dart file:
npx hardhat run scripts/deploy.js --network Main
  1. Run the following to get CONTRACT_ADDRESS_MANTLE_TESTNET for keys.dart file:
npx hardhat run scripts/deploy.js --network mantle-testnet
  1. Navigate to project's root directory:
cd -
  1. Check for Flutter setup and connected devices:
flutter doctor
  1. Run the app:
flutter run

Contributing

Contribution to the project can be made if you have some improvements for the project or if you find some bugs. You can contribute to the project by reporting issues, forking it, modifying the code and making a pull request to the repository.

Please make sure you specify the commit type when opening pull requests:

feat: The new feature you're proposing

fix: A bug fix in the project

style: Feature and updates related to UI improvements and styling

test: Everything related to testing

docs: Everything related to documentation

refactor: Regular code refactoring and maintenance

To know more extensively about how to contribute to this project, read our Contribution Guide.

License

The project is released under the MIT License. The license can be found here.

Flutter

For help getting started with Flutter, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

If you like it, make sure to star our repo :)

aimuse-ethforall-2023-winner's People

Contributors

yatendra2001 avatar tanmayyadav2323 avatar

Stargazers

Swastika Gupta avatar  avatar Andrew Margetts avatar Tuan Duc Tran avatar Lucas W avatar  avatar xinjie.su avatar Taimoor Ghafar avatar  avatar Max Boyko avatar  avatar  avatar

Watchers

 avatar  avatar

aimuse-ethforall-2023-winner's Issues

[Bug]: Remove all `ignore:`

Describe the bug

This project was built within 15 days so we had to compromise with some flutter analyze issues by adding // ignore: <ignored_analzer_statement> which is not a good practice and can lead to later issues.

Steps to Reproduce

Search // ignore: in IDE to access all the files.

Expected Behavior

The analyzer tests must pass without using any // ignore: statement.

Screenshots

No response

OS

MacOS

Browser

Additional Context

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.