DeepFakeAI-V1 / DeepFakeAI /metadata.py
imspsycho's picture
Initial upload from Google Colab
63658c8 verified
Raw
History Blame Contribute Delete
255 Bytes
METADATA =\
{
'name': 'DeepFakeAI',
'description': 'Next generation face swapper and enhancer',
'version': '1.2.0',
'license': 'MIT',
'author': 'Ashiq Hussain Mir',
'url': 'https://codegenius.me'
}
def get(key : str) -> str:
return METADATA[key]