A flag generation AI created using DeepAIs API

Related tags

Deep Learning VexAI
Overview

VexAI

Vex AI or Vexiology AI is an Artifical Intelligence created to generate custom made flag design texts. It uses DeepAIs API. Please be aware that you must include your own DeepAI API key. See instructions below for more information.

Pregenerated flags

You can see folders called "Americas flags" and "European Union Country Flags" These are folders filled with flags that were generated by me for Reddits r/vexiology. You can see the posts for the Americas here and for the European Union Countries here

Installation instructions

  1. Download the zip of the github archive and unzip it to a folder that does not require admin perms to modify
  2. Unzip flags.zip to a /flags folder
  3. Pip install the requirements.txt file (pip install -r requirements.txt)
  4. Add your API key to the script
  5. Run the script in command prompt.

Keep in mind you may need to run the script multiple times to get a prompt that is useable.

You might also like...
A Python library created to assist programmers with complex mathematical functions
A Python library created to assist programmers with complex mathematical functions

libmaths libmaths was created not only as a learning experience for me, but as a way to make mathematical models in seconds for Python users using mat

An Artificial Intelligence trying to drive a car by itself on a user created map

An Artificial Intelligence trying to drive a car by itself on a user created map

Build tensorflow keras model pipelines in a single line of code. Created by Ram Seshadri. Collaborators welcome. Permission granted upon request.
Build tensorflow keras model pipelines in a single line of code. Created by Ram Seshadri. Collaborators welcome. Permission granted upon request.

deep_autoviml Build keras pipelines and models in a single line of code! Table of Contents Motivation How it works Technology Install Usage API Image

Implementation of the paper All Labels Are Not Created Equal: Enhancing Semi-supervision via Label Grouping and Co-training
Implementation of the paper All Labels Are Not Created Equal: Enhancing Semi-supervision via Label Grouping and Co-training

SemCo The official pytorch implementation of the paper All Labels Are Not Created Equal: Enhancing Semi-supervision via Label Grouping and Co-training

IDA file loader for UF2, created for the DEFCON 29 hardware badge

UF2 Loader for IDA The DEFCON 29 badge uses the UF2 bootloader, which conveniently allows you to dump and flash the firmware over USB as a mass storag

Libraries, tools and tasks created and used at DeepMind Robotics.

Libraries, tools and tasks created and used at DeepMind Robotics.

Worktory is a python library created with the single purpose of simplifying the inventory management of network automation scripts.

Worktory is a python library created with the single purpose of simplifying the inventory management of network automation scripts.

Flickr-Faces-HQ (FFHQ) is a high-quality image dataset of human faces, originally created as a benchmark for generative adversarial networks (GAN)
Flickr-Faces-HQ (FFHQ) is a high-quality image dataset of human faces, originally created as a benchmark for generative adversarial networks (GAN)

Flickr-Faces-HQ Dataset (FFHQ) Flickr-Faces-HQ (FFHQ) is a high-quality image dataset of human faces, originally created as a benchmark for generative

sense-py-AnishaBaishya created by GitHub Classroom

Compute Statistics Here we compute statistics for a bunch of numbers. This project uses the unittest framework to test functionality. Pass the tests T

Comments
  • Fix flags filenames

    Fix flags filenames

    When the script is searching for a flag image, it is expecting that the file name is in uppercase. This is not a problem when you execute this script on Windows, but is it on Unix based systems. This will fix this renaming all the flag images (from Flags.zip) which names are lowercase codes into uppercase codes.

    Tested on Python 3.8.10

    Othes changes:

    • Created a .gitignore file to avoid detect the Flag folder and the generated folders as part of the project.
    • Changed pycountry.countries.get(name=x) by pycountry.countries.lookup(x).
      • The problem with pycountry.countries.get(name=x) is that some contries like Bolivia and Venezuela can't be found by using the name parammeter.
    • Changed os.path.dirname(sys.argv[0]) by os.path.dirname(os.path.realpath(__file__))
      • On Windows os.path.dirname(sys.argv[0]) works fine, but on Linux it returns nothing. So I changed it for compatibility reasons.
    opened by patriciopenamunoz 0
Releases(v1.0.0)
  • v1.0.0(Nov 21, 2021)

    The EXE version of VexAI. Version 1.0

    In this EXE you will find the VexAI exe file which can be run standalone without installing Python or any packages.

    • To begin just download the zip.
    • Unpack it to its own folder
    • Run VexAI.exe

    What's Changed

    • Fix flags filenames by @patriciopenamunoz in https://github.com/LordKnish/VexAI/pull/2

    New Contributors

    • @LordKnish made their first contribution in https://github.com/LordKnish/VexAI/pull/1
    • @patriciopenamunoz made their first contribution in https://github.com/LordKnish/VexAI/pull/2

    Full Changelog: https://github.com/LordKnish/VexAI/commits/v1.0.0

    Source code(tar.gz)
    Source code(zip)
    VexAIv1EXE.zip(99.34 MB)
Owner
Bernie
Hi! I am Bernie. I do projects with AI, computer vision and more. Check out my repos!
Bernie
Cave Generation using metaballs in Blender. Originally created by sdfgeoff, Edited by Myself (Archie Jaskowicz).

Blender-Cave-Generation Cave Generation using metaballs in Blender. Originally created by sdfgeoff, Edited by Myself (Archie Jaskowicz). Installation

null 2 Dec 28, 2022
Source code for the GPT-2 story generation models in the EMNLP 2020 paper "STORIUM: A Dataset and Evaluation Platform for Human-in-the-Loop Story Generation"

Storium GPT-2 Models This is the official repository for the GPT-2 models described in the EMNLP 2020 paper [STORIUM: A Dataset and Evaluation Platfor

Nader Akoury 27 Dec 20, 2022
A weakly-supervised scene graph generation codebase. The implementation of our CVPR2021 paper ``Linguistic Structures as Weak Supervision for Visual Scene Graph Generation''

README.md shall be finished soon. WSSGG 0 Overview 1 Installation 1.1 Faster-RCNN 1.2 Language Parser 1.3 GloVe Embeddings 2 Settings 2.1 VG-GT-Graph

Keren Ye 35 Nov 20, 2022
Image-generation-baseline - MUGE Text To Image Generation Baseline

MUGE Text To Image Generation Baseline Requirements and Installation More detail

null 23 Oct 17, 2022
Using this you can control your PC/Laptop volume by Hand Gestures (pinch-in, pinch-out) created with Python.

Hand Gesture Volume Controller Using this you can control your PC/Laptop volume by Hand Gestures (pinch-in, pinch-out). Code Firstly I have created a

Tejas Prajapati 16 Sep 11, 2021
null 3 Apr 20, 2022
Space-invaders - Simple Game created using Python & PyGame, as my Beginner Python Project

Space Invaders This is a simple SPACE INVADER game create using PYGAME whihc hav

Gaurav Pandey 2 Jan 8, 2022
Backend code to use MCPI's python API to make infinite worlds with custom generation

inf-mcpi Backend code to use MCPI's python API to make infinite worlds with custom generation Does not save player-placed blocks! Generation is still

null 5 Oct 4, 2022
Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome. Permission Granted upon Request.

Auto-ViML Automatically Build Variant Interpretable ML models fast! Auto_ViML is pronounced "auto vimal" (autovimal logo created by Sanket Ghanmare) N

AutoViz and Auto_ViML 397 Dec 30, 2022