SCGR commited on
Commit
f4bf1d8
·
1 Parent(s): b7dba55

docker config

Browse files
Files changed (2) hide show
  1. py_backend/Dockerfile → Dockerfile +0 -0
  2. README.md +12 -30
py_backend/Dockerfile → Dockerfile RENAMED
File without changes
README.md CHANGED
@@ -5,41 +5,23 @@ colorFrom: blue
5
  colorTo: red
6
  sdk: docker
7
  app_port: 8080
 
8
  ---
9
 
10
  # PromptAid Vision
11
-
12
  AI-powered crisis map analysis platform using Vision Language Models.
13
 
14
  ## Features
15
-
16
- - **Crisis map/drone imagery analysis**
17
- - **Explore & export database**
18
- - **Analytics dashboard**
19
 
20
  ## Tech Stack
21
-
22
- - **Backend**: FastAPI, Python 3.11
23
- - **AI Models**: OpenAI GPT-4V, Google Gemini, Hugging Face models
24
- - **Database**: PostgreSQL
25
- - **Storage**: S3-compatible storage
26
- - **Frontend**: React with TypeScript
27
-
28
- ## Environment Variables
29
-
30
- - `DATABASE_URL`: PostgreSQL connection string
31
- - `S3_ENDPOINT`: S3-compatible storage endpoint
32
- - `S3_ACCESS_KEY`: Storage access key
33
- - `S3_SECRET_KEY`: Storage secret key
34
- - `S3_BUCKET`: Storage bucket name
35
- - `OPENAI_API_KEY`: OpenAI API key
36
- - `GOOGLE_API_KEY`: Google API key
37
- - `HF_API_KEY`: Hugging Face API key
38
-
39
- ## API Endpoints
40
-
41
- - `/api/images` - Image management
42
- - `/api/captions` - AI caption generation
43
- - `/api/metadata` - Metadata operations
44
- - `/api/models` - Available AI models
45
- - `/api/contribute` - Contribution system
 
5
  colorTo: red
6
  sdk: docker
7
  app_port: 8080
8
+ pinned: false
9
  ---
10
 
11
  # PromptAid Vision
 
12
  AI-powered crisis map analysis platform using Vision Language Models.
13
 
14
  ## Features
15
+ - Crisis map/drone imagery analysis
16
+ - Explore & export database
17
+ - Analytics dashboard
 
18
 
19
  ## Tech Stack
20
+ Backend: FastAPI (Python 3.11)
21
+ Frontend: React + TS
22
+ Database: PostgreSQL (use external DB in Spaces)
23
+ Storage: S3-compatible (use external service)
24
+ Models: OpenAI / Gemini / HF
25
+
26
+ ## Env Vars
27
+ DATABASE_URL, S3_ENDPOINT, S3_ACCESS_KEY, S3_SECRET_KEY, S3_BUCKET, OPENAI_API_KEY, GOOGLE_API_KEY, HF_API_KEY