al1kss commited on
Commit
b46e390
·
verified ·
1 Parent(s): acf936f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ title: YourAI
4
+ sdk: gradio
5
+ emoji: 🔥
6
+ ---
7
+ # YourAI Multi-Model API
8
+
9
+ A FastAPI-based AI application for fire safety, general, and custom AI interactions with PostgreSQL, Redis, and Cloudflare Worker integration.
10
+
11
+ ## Setup
12
+
13
+ ### App Type
14
+ - **Framework**: FastAPI
15
+ - **Port**: 7860
16
+ - **Command**: `uvicorn app:app --host 0.0.0.0 --port 7860`
17
+
18
+ ### Dependencies
19
+ Install dependencies from `requirements.txt`:
20
+ ```bash
21
+ pip install -r requirements.txt