=
adding app to hugging face
783053f
raw
history blame
308 Bytes
from setuptools import setup
setup(
name="fake_face_detection",
version="0.0.1",
author="Oumar Kane",
author_email="[email protected]",
description="This package contains the main functions and classes used to achieve the project of detecting if a face's image is true or not.",
)