diff --git a/.gitignore b/.gitignore index abcf3ea9..a2d16b7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,7 @@ -stocks.parquet -stocks_preview.csv appdata.db __pycache__ obj bin *.db -*.keras -*.pkl -*.csv !/WebServer/AIPython/python/bin \ No newline at end of file diff --git a/README.MD b/README.MD index 615ae283..46147d5f 100644 --- a/README.MD +++ b/README.MD @@ -12,6 +12,19 @@ Overview of the directories └── wwwroot # Statically hosted Web Files ``` +## Prerequisites + +You need to have docker and docker-compose installed + +## Hardware Requrement + +You need a computer with docker-compose installed. +GPU is not needed as it runs via the CPU runtime. + +Minimum Specs: + 4 core CPU. + 16GB ram. + ## Installation How to host a local copy @@ -27,4 +40,5 @@ docker compose up -d ``` ## Usage + Navigate to [Localhost:5000](http://localhost:5000). \ No newline at end of file