Gaston895 commited on
Commit
3737f67
·
verified ·
1 Parent(s): e1707f6

Upload README

Browse files
Files changed (1) hide show
  1. README.md +45 -10
README.md CHANGED
@@ -1,10 +1,45 @@
1
- ---
2
- title: Aegis Conduct Econ Flask
3
- emoji: 📚
4
- colorFrom: gray
5
- colorTo: gray
6
- sdk: docker
7
- pinned: false
8
- ---
9
-
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: AEGIS Conduct Economic Analysis Flask
3
+ emoji: 🤖
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: docker
7
+ app_port: 7860
8
+ pinned: false
9
+ license: apache-2.0
10
+ ---
11
+
12
+ # AEGIS Conduct - Economic Analysis Flask App
13
+
14
+ A Flask-based economic analysis chatbot powered by the AEGIS Conduct model.
15
+
16
+ ## Features
17
+
18
+ - Economic AI Model: Specialized for financial and economic analysis
19
+ - Flask Web Interface: Clean, responsive chat interface
20
+ - Real-time Analysis: Interactive economic insights and explanations
21
+ - Customizable Parameters: Adjustable temperature and response length
22
+ - CPU Optimized: Efficient inference on CPU hardware
23
+
24
+ ## Usage
25
+
26
+ 1. Wait for the model to load (5-10 minutes on first start)
27
+ 2. Ask questions about economics, finance, markets, or policy
28
+ 3. Adjust settings in the sidebar for different response styles
29
+ 4. Use the clear button to start fresh conversations
30
+
31
+ ## Example Questions
32
+
33
+ - What causes inflation and how does it affect the economy?
34
+ - Explain the relationship between interest rates and economic growth
35
+ - How do supply and demand dynamics work in financial markets?
36
+ - What are the economic impacts of monetary policy changes?
37
+
38
+ ## Technical Details
39
+
40
+ - Framework: Flask with responsive HTML/CSS/JS interface
41
+ - Model: Gaston895/aegisconduct (economic analysis specialist)
42
+ - Optimization: CPU-only inference for accessibility
43
+ - Response Time: 30-60 seconds per response
44
+
45
+ The app automatically loads the economic analysis model and provides a chat interface for real-time economic discussions and analysis.