Updated line 6, 7, and 11 with: st.write('Created with DeepSeek-V3-Base') | st.write('Probability Predictions are deriving from: Zero Shot Image Classification’) | st.write('Responses are deriving from the mlx-community/Qwen2.5-7B-4bit LLM')
Browse files
app.py
CHANGED
@@ -3,10 +3,12 @@ from streamlit_player import st_player
|
|
3 |
|
4 |
# Set the title and description
|
5 |
st.title('Evolving Zero Shot Classification Multimodal Agentic AI')
|
|
|
|
|
6 |
st.write('Enhanced Goal Oriented Autonomy')
|
7 |
st.write('Additional Multimodal Agentic AI Layer of User interaction deriving from a non-organic algorithm.')
|
8 |
st.write('Implements Natural Language Stopping (LLM Output)')
|
9 |
-
st.write('Responses are deriving from mlx-community/Qwen2.5-7B-4bit LLM')
|
10 |
|
11 |
# Display images and play videos in the specified order
|
12 |
video_file = open('output.mp4', 'rb')
|
|
|
3 |
|
4 |
# Set the title and description
|
5 |
st.title('Evolving Zero Shot Classification Multimodal Agentic AI')
|
6 |
+
st.write('Created with DeepSeek-V3-Base')
|
7 |
+
st.write('Probability Predictions are deriving from: Zero Shot Image Classification')
|
8 |
st.write('Enhanced Goal Oriented Autonomy')
|
9 |
st.write('Additional Multimodal Agentic AI Layer of User interaction deriving from a non-organic algorithm.')
|
10 |
st.write('Implements Natural Language Stopping (LLM Output)')
|
11 |
+
st.write('Responses are deriving from the mlx-community/Qwen2.5-7B-4bit LLM')
|
12 |
|
13 |
# Display images and play videos in the specified order
|
14 |
video_file = open('output.mp4', 'rb')
|