Skip to main content

12. 🧑‍💻NLP Models in Excel with ONNX Runtime

· 3 min read
Cassie Breviu

Please share

    

🗓️ Day 12 of #30DaysOfAzureAI

Build an Excel Add-in with ONNX Runtime Web for NLP Tasks

Yesterday was all about building cross-platform intelligent apps with .NET MAUI and ONNX. Today is for people looking to extend Excel with BERT NLP tasks enabled by ONNX Runtime Web in JavaScript. Wait, was "Excel, BERT, JavaScript and ONNX" used in the same sentence?😄 Yup, they were, so follow along to learn more.

🎯 What we'll cover

  • Excel Add-ins with Natural Language Processing using BERT and the ONNX Runtime.
  • Step-by-step instructions and code examples.

Image banner for day 12

📚 References

🚌 Build an Excel Add-in with ONNX Runtime Web for Inferencing NLP models on Device

Read today's article about building an Excel Add-in with ONNX Runtime and JavaScript with on device inferencing. You'll learn how ONNX Runtime enables the inference of ML models cross-platform even locally in an Excel add-in!

The tasks in this example will show you how to perform the natural language processing tasks of sentiment analysis and question and answering all locally within a spreadsheet.  Today's article provides step-by-step instructions and code examples to help readers follow along in building the add-in.

👓 View today's article

Today's article.

🙋🏾‍♂️ Questions?

You can ask questions about this post on GitHub Discussions

📍 30 days roadmap

What's next? View the #30DaysOfAzureAI Roadmap

🧲 Subscribe