C. Update readme file
This commit is contained in:
@@ -1,12 +1,7 @@
|
|||||||
stocks.parquet
|
|
||||||
stocks_preview.csv
|
|
||||||
appdata.db
|
appdata.db
|
||||||
__pycache__
|
__pycache__
|
||||||
obj
|
obj
|
||||||
bin
|
bin
|
||||||
*.db
|
*.db
|
||||||
*.keras
|
|
||||||
*.pkl
|
|
||||||
*.csv
|
|
||||||
|
|
||||||
!/WebServer/AIPython/python/bin
|
!/WebServer/AIPython/python/bin
|
||||||
@@ -12,6 +12,19 @@ Overview of the directories
|
|||||||
└── wwwroot # Statically hosted Web Files
|
└── 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
|
## Installation
|
||||||
How to host a local copy
|
How to host a local copy
|
||||||
|
|
||||||
@@ -27,4 +40,5 @@ docker compose up -d
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Navigate to [Localhost:5000](http://localhost:5000).
|
Navigate to [Localhost:5000](http://localhost:5000).
|
||||||
Reference in New Issue
Block a user