mriusero commited on
Commit
0ed7e9e
·
1 Parent(s): 579782e

doc: readme

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -17,8 +17,8 @@ tags:
17
 
18
  # Efficiency Agent ⚡️️
19
 
20
- ![HuggingFace](https://img.shields.io/badge/HuggingFace-FFD21E?logo=huggingface&logoColor=000)
21
- ![Gradio](https://img.shields.io/badge/Gradio-FFA500?logo=gradio&logoColor=fff)
22
 
23
  ## Agent Overview
24
  This project is part of the [Agents-MCP-Hackathon](https://huggingface.co/Agents-MCP-Hackathon). 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.
@@ -44,7 +44,7 @@ This project is part of the [Agents-MCP-Hackathon](https://huggingface.co/Agents
44
  I took inspiration from my experience in the manufacturing industry, where understanding operational metrics is crucial for efficiency. More specifically, gaining precise insights from over 30 real-time telemetry metrics is a game changer, allowing teams to focus on critical areas for improvement and optimization.
45
  Also, since the know-how is embedded in the agent, the risk of knowledge loss is minimized ensuring that valuable insights are retained and can be shared across the organization. Of course, this type of agent can be quickly adapted to various industry and service use cases such as manufacturing, cloud services, logistics, healthcare, and more.
46
 
47
- > [Important]
48
  >
49
  > The demo is available on the [HF Space](https://huggingface.co/spaces/mriusero/efficiency-agent).
50
- > If you want to run the demo locally, please add a `MISTRAL_API_KEY` & `AGENT_ID` to your `.env` file, credentials can be obtained from the [Mistral AI](https://console.mistral.ai/) website.
 
17
 
18
  # Efficiency Agent ⚡️️
19
 
20
+ [![HuggingFace](https://img.shields.io/badge/HuggingFace-FFD21E?logo=huggingface&logoColor=000)](https://huggingface.co/)
21
+ [![Gradio](https://img.shields.io/badge/Gradio-FFA500?logo=gradio&logoColor=fff)](https://gradio.app/)
22
 
23
  ## Agent Overview
24
  This project is part of the [Agents-MCP-Hackathon](https://huggingface.co/Agents-MCP-Hackathon). 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.
 
44
  I took inspiration from my experience in the manufacturing industry, where understanding operational metrics is crucial for efficiency. More specifically, gaining precise insights from over 30 real-time telemetry metrics is a game changer, allowing teams to focus on critical areas for improvement and optimization.
45
  Also, since the know-how is embedded in the agent, the risk of knowledge loss is minimized ensuring that valuable insights are retained and can be shared across the organization. Of course, this type of agent can be quickly adapted to various industry and service use cases such as manufacturing, cloud services, logistics, healthcare, and more.
46
 
47
+ > [!IMPORTANT]
48
  >
49
  > The demo is available on the [HF Space](https://huggingface.co/spaces/mriusero/efficiency-agent).
50
+ > If you want to run the demo locally, please add a `MISTRAL_API_KEY` & `AGENT_ID` to your `.env` file, credentials can be obtained from the [Mistral AI - La Plateforme](https://console.mistral.ai/) website.