C. Update readme file
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
stocks.parquet
|
||||
stocks_preview.csv
|
||||
appdata.db
|
||||
__pycache__
|
||||
obj
|
||||
bin
|
||||
*.db
|
||||
*.keras
|
||||
*.pkl
|
||||
*.csv
|
||||
|
||||
!/WebServer/AIPython/python/bin
|
||||
@@ -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).
|
||||
Reference in New Issue
Block a user