Spaces:
Sleeping
Sleeping
Commit
·
7972e5a
1
Parent(s):
674ebda
Updated readme file for docker
Browse files
README.md
CHANGED
@@ -105,12 +105,19 @@ The system is built around data from the Horizon Europe research program (CORDIS
|
|
105 |
cd frontend
|
106 |
npm run dev
|
107 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
## Usage
|
109 |
|
110 |
### Web Application
|
111 |
|
112 |
- Start the backend API as above.
|
113 |
- Access the web UI via your browser at `http://localhost:8000`.
|
|
|
114 |
|
115 |
### API Endpoints
|
116 |
|
@@ -156,3 +163,4 @@ Run the script to train the model, evaluate it, save artifacts, and score incomi
|
|
156 |
|
157 |
- European Union Open Data Portal (CORDIS)
|
158 |
- Open-source contributors and projects (FastAPI, FAISS, Whoosh, LangChain, Polars)
|
|
|
|
105 |
cd frontend
|
106 |
npm run dev
|
107 |
```
|
108 |
+
|
109 |
+
7. Alternatively it can be launched as a Docker Image:
|
110 |
+
```bash
|
111 |
+
docker build -t mda_eu_project:latest .
|
112 |
+
```
|
113 |
+
|
114 |
## Usage
|
115 |
|
116 |
### Web Application
|
117 |
|
118 |
- Start the backend API as above.
|
119 |
- Access the web UI via your browser at `http://localhost:8000`.
|
120 |
+
- With Docker, the 8000 becomes 4444/api due to the reverse proxy.
|
121 |
|
122 |
### API Endpoints
|
123 |
|
|
|
163 |
|
164 |
- European Union Open Data Portal (CORDIS)
|
165 |
- Open-source contributors and projects (FastAPI, FAISS, Whoosh, LangChain, Polars)
|
166 |
+
- Course and teachers of Modern Data Analytics which/who made this project possible
|