The main web applocation where the user can interact with the extracted data.
The service responsible for extracting data from the AI providers.
The service responsible for storing and retrieving the data from and to the MySQl Database.
This database is used to store the data of the retrieved AI systems
This database is used to store user data.
Clone the repository:
git clone https://github.com/DAQEM/CloudAIScanner.git
Go to the project directory:
cd CloudAIScanner
Edit the .env file located in:
CloudAIScanner/Services/WebApp/.env
Start the Docker containers:
docker-compose up -d --build
Access the web application via:
http://localhost:5050/
You can now login via the Google account with the email address in the .env file.