You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Train/Infer/Benchmark TFIDF Embedding model for Scikit-Learn (Base) vs Intel® Extension for Scikit-Learn
199
204
200
-
```console
205
+
```python
201
206
$ cd nlp/feature_extractor
202
207
203
208
# train (.fit_transform func), infer (.transform func) and perform benchmark
@@ -209,7 +214,7 @@ Here is the detailed architecture of `Ask Question/Doubt` component:
209
214
210
215
- Setup LEAPAPI
211
216
212
-
```console
217
+
```python
213
218
$ cd api
214
219
215
220
# install dependencies
@@ -252,7 +257,7 @@ Here for performance gain, we can use INT8 quantized model optimized using Intel
252
257
253
258
Please Note that for fun 😄, we also provide usage of Azure OpenAI Cognitive Service to use models like GPT3 paid subscription API. You just need to provide `azure_deployment_name` below configuration and`<your_key>`
254
259
255
-
```console
260
+
```python
256
261
257
262
AI_EXAMINER_CONFIG = {
258
263
"llm_name": "azure_gpt3",
@@ -273,7 +278,7 @@ Please Note that for fun 😄, we also provide usage of Azure OpenAI Cognitive S
273
278
274
279
- Start the API server
275
280
276
-
```console
281
+
```python
277
282
$ cd api/src/
278
283
279
284
# start the gunicorn server
@@ -282,7 +287,7 @@ Please Note that for fun 😄, we also provide usage of Azure OpenAI Cognitive S
282
287
283
288
- Start the Streamlit web UI demo
284
289
285
-
```console
290
+
```python
286
291
$ cd webapp
287
292
288
293
# install dependencies
@@ -296,19 +301,16 @@ Please Note that for fun 😄, we also provide usage of Azure OpenAI Cognitive S
296
301
297
302
# Benchmark Results with Intel® oneAPI AI Analytics Toolkit
298
303
299
-
- We have already added several benchmark results to compare how beneficial Intel® oneAPI AI Analytics Toolkit is compared to baseline. Please go to `benchmark` folder to view the results. Please Note that share results are
304
+
- We have already added several benchmark results to compare how beneficial Intel® oneAPI AI Analytics Toolkit is compared to baseline. Please go to `benchmark` folder to view the results. Please Note that the shared results are based
300
305
on provided Intel® Dev Cloud machine *(Intel Xeon Processor (Skylake, IBRS) -10v CPUs 16GBRAM)*
301
306
302
-
# What I learned 
303
-
307
+
# What we learned 
✅ Building application using Intel® AI Analytics Toolkit: The Intel® AI Analytics Toolkit gives data scientists, AI developers, and researchers familiar Python* tools and frameworks to accelerate end-to-end data science and analytics pipelines on Intel® architecture. The components are built using oneAPI libraries for low-level compute optimizations. This toolkit maximizes performance from preprocessing through deep learning, machine learning, and provides interoperability for efficient model development.
310
+

308
311
309
-
✅ Easy to Adapt: The Intel® AI Analytics Toolkit requires minimal changes to adapt to a machine learning, deep learning workloads.
312
+
✅ Utilizing the Intel® AI Analytics Toolkit: By utilizing the Intel® AI Analytics Toolkit, developers can leverage familiar Python* tools and frameworks to accelerate the entire data science and analytics process on Intel® architecture. This toolkit incorporates oneAPI libraries for optimized low-level computations, ensuring maximum performance from data preprocessing to deep learning andmachine learning tasks. Additionally, it facilitates efficient model development through interoperability.
310
313
311
-
✅Collaboration: Building a project like this likely required collaboration with a team of experts in various fields, such as deep learning, and data analysis, and I likely learned the importance of working together to achieve common goals.
314
+
✅ Seamless Adaptability: The Intel® AI Analytics Toolkit enables smooth integrationwithmachine learning anddeep learning workloads, requiring minimal modifications.
312
315
313
-
These are just a few examples of the knowledge and skills that i likely gained while building this project.
314
-
Overall, building a helpful platform like LEAP is a challenging and rewarding experience that requires a combination of technical expertise and agricultural knowledge.
316
+
✅ Fostered Collaboration: The development of such an application likely involved collaboration with a team comprising experts from diverse fields, including deep learning and data analysis. This experience likely emphasized the significance of collaborative efforts in attaining shared objectives.
0 commit comments