aab26ea2612bb40c2d715a7f2a07c8dc4ea17831
AI - Stock Trader
Overview of the directories
./ # Docker Files
├── data # Local debugging data folder
└── WebServer # The ASP.NET Core 9 Webserver
├── AIPython # All the AI files written in python [Copied to the docker container via the C# compiler]
├── Components # HTML pages written in .razor pages
├── Controllers # Python Interop Controllers and Database Controlelrs
├── Properties # ASP.Net Properties files
└── wwwroot # Statically hosted Web Files
Installation
How to host a local copy
# Pull the files using git
git clone git@gitlab.com:wgu-gitlab-environment/student-repos/dhol325/d683-advanced-ai-and-ml.git
# Enter the working directory
cd ./d683-advanced-ai-and-ml
# use docker compose to bring everything up
docker compose up -d
Usage
Navigate to Localhost:5000.
Description
Languages
C#
47.3%
Python
23%
HTML
18.4%
CSS
11%
Shell
0.3%