Updated line 8, 10, 11 with: st.write('Prediction probabilities are deriving from: Zero Shot Image Classification') | st.write('Prediction probabilities are deriving from: Zero Shot Image Classification') | st.write('Additional Multimodal Agentic AI Layer of User interaction deriving from a non-organic algorithm (Agentic AI).')
Browse files
app.py
CHANGED
@@ -5,10 +5,10 @@ from streamlit_player import st_player
|
|
5 |
st.title('Evolving Zero Shot Classification Multimodal Agentic AI')
|
6 |
st.write('Created with DeepSeek-V3-Base')
|
7 |
st.write('Images spawned (created) via: prithivMLmods/FLUX-LoRA-DLC | prithivMLmods/Fashion-Hut-Modeling-LoRA | Purz/neon-sign')
|
8 |
-
st.write('
|
9 |
st.write('Enhanced Goal Oriented Autonomy')
|
10 |
-
st.write('Additional Multimodal Agentic AI Layer of User interaction deriving from a non-organic algorithm.')
|
11 |
-
st.write('Implements Natural Language Stopping (LLM Output)')
|
12 |
st.write('Responses are deriving from the mlx-community/Qwen2.5-7B-4bit LLM')
|
13 |
|
14 |
# Display images and play videos in the specified order
|
|
|
5 |
st.title('Evolving Zero Shot Classification Multimodal Agentic AI')
|
6 |
st.write('Created with DeepSeek-V3-Base')
|
7 |
st.write('Images spawned (created) via: prithivMLmods/FLUX-LoRA-DLC | prithivMLmods/Fashion-Hut-Modeling-LoRA | Purz/neon-sign')
|
8 |
+
st.write('Prediction probabilities are deriving from: Zero Shot Image Classification')
|
9 |
st.write('Enhanced Goal Oriented Autonomy')
|
10 |
+
st.write('Additional Multimodal Agentic AI Layer of User interaction deriving from a non-organic algorithm (Agentic AI).')
|
11 |
+
st.write('Implements Natural Language Stopping (complete thoughts | sentences) (LLM Output)')
|
12 |
st.write('Responses are deriving from the mlx-community/Qwen2.5-7B-4bit LLM')
|
13 |
|
14 |
# Display images and play videos in the specified order
|