mriusero commited on
Commit
8a4e30b
·
1 Parent(s): 19a48ab

video link

Browse files
Files changed (2) hide show
  1. README.md +1 -4
  2. app.py +2 -0
README.md CHANGED
@@ -22,10 +22,7 @@ tags:
22
 
23
  This is a demo of an AI agent designed to assist industries and service providers in understanding and interpreting their operational metrics. The agent has access to real-time telemetry data that measures quality, downtime, and operational performance.
24
 
25
- <video controls width="600">
26
- <source src="https://huggingface.co/spaces/Agents-MCP-Hackathon/IndustryMind-AI/blob/main/EfficiencyAgent.mp4" type="video/mp4">
27
- Your browser does not support the video tag.
28
- </video>
29
 
30
  > #### Demo Usage
31
  >
 
22
 
23
  This is a demo of an AI agent designed to assist industries and service providers in understanding and interpreting their operational metrics. The agent has access to real-time telemetry data that measures quality, downtime, and operational performance.
24
 
25
+ [See video overview](https://drive.google.com/file/d/1Bv1uF3-4EeR1HePSafZN1yzInr7YcQXZ/view?usp=share_link)
 
 
 
26
 
27
  > #### Demo Usage
28
  >
app.py CHANGED
@@ -48,6 +48,8 @@ This is a demo of an AI agent designed to assist industries and service provider
48
 
49
  The agent is implemented using **Mistral AI** via the `mistral-large-2411` LLM. Its capabilities have been enhanced with a chain-of-thought reasoning process, allowing it to `think`, `act`, `observe`, and `respond` effectively to user queries. The agent is presented through a **Gradio interface**, which is well-suited for both real-time visualization and LLM interaction.
50
 
 
 
51
  ---
52
 
53
  ## Purposes
 
48
 
49
  The agent is implemented using **Mistral AI** via the `mistral-large-2411` LLM. Its capabilities have been enhanced with a chain-of-thought reasoning process, allowing it to `think`, `act`, `observe`, and `respond` effectively to user queries. The agent is presented through a **Gradio interface**, which is well-suited for both real-time visualization and LLM interaction.
50
 
51
+ [See video overview](https://drive.google.com/file/d/1Bv1uF3-4EeR1HePSafZN1yzInr7YcQXZ/view?usp=share_link)
52
+
53
  ---
54
 
55
  ## Purposes