-<meta name=apple-mobile-web-app-capable content="yes"><meta name=apple-mobile-web-app-status-bar-style content="black-translucent"><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><link rel=stylesheet href=/softdev2-resources/reveal-js/dist/reset.css><link rel=stylesheet href=/softdev2-resources/reveal-js/dist/reveal.css><link rel=stylesheet href=/softdev2-resources/reveal-hugo/themes/robot-lung.css id=theme><link rel=stylesheet href=/softdev2-resources/highlight-js/default.min.css><link rel=stylesheet href=/softdev2-resources/css/docker.css id=custom_css><style>.reveal section.left-aligned p{text-align:left}.reveal strong{color:blue}.home-link{position:absolute;font-size:150%;left:20px;bottom:20px}.reveal div.side-by-side figure{display:inline}.reveal div.side-by-side figure:first-of-type{left:5%}.reveal div.side-by-side figure:nth-of-type(2){right:5%}.reveal div.left-float figure{display:inline;float:left}.reveal div.left-float ul{display:inline-block;margin-left:0}</style><script async src="https://www.googletagmanager.com/gtag/js?id=G-K4SBB2EN2W"></script><script>var dnt,doNotTrack=!1;if(!1&&(dnt=navigator.doNotTrack||window.doNotTrack||navigator.msDoNotTrack,doNotTrack=dnt=="1"||dnt=="yes"),!doNotTrack){window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}gtag("js",new Date),gtag("config","G-K4SBB2EN2W")}</script></head><body><div class=reveal><div class=slides><section><h3>Hugging Face AI Translator Workshop</h3><h4>ITEC 3870 Software Development II,<br>Cengiz Gunay</h4><p>(License: <a href=http://creativecommons.org/licenses/by-sa/4.0/>CC BY-SA 4.0</a>)</p><figure><img src=/softdev2-resources/images/ai/huggingface-logo.svg height=300px></figure><p><a class="nav nav-prev" href=https://soft-eng-practicum.github.io/softdev2-resources/workshops/ai/ title="Artificial Intelligence"><i class="fas fa-arrow-left" aria-hidden=true></i> Prev - Artificial Intelligence</a>, <span></span><a class="nav nav-next" href=https://soft-eng-practicum.github.io/softdev2-resources/student/ title=Chapters>Next - Chapters <i class="fas fa-arrow-right" aria-hidden=true></i></a></p></section><section><section data-shortcode-section><h3 id=what-is-hugging-face>What is Hugging Face?</h3><p>One stop shop for all AI tasks simplified:</p><figure><img src=/softdev2-resources/images/ai/hugging-face-home-screenshot_20250315.png height=500></figure></section><section><p>Crowd-sourced resources:</p><ul><li><strong>Models</strong>: AI models ready to download and use.</li><li><strong>Datasets</strong>: Download training/testing datasets for building models.</li><li><strong>Spaces</strong>: Cloud-hosted AI apps, ready to use.</li></ul><figure><img src=/softdev2-resources/images/ai/hugging-face-home-screenshot_20250315.png height=500></figure></section></section><section><section data-shortcode-section><h3 id=a-english-to-spanish-translator-app-on-hf>A English-to-Spanish Translator App on HF</h3><p><a href=https://huggingface.co/spaces/gradio-tests/english_to_spanish target=_blank rel="noreferrer noopener">https://huggingface.co/spaces/gradio-tests/english_to_spanish</a></p><iframe src=https://gradio-tests-english-to-spanish.hf.space frameborder=0 width=850 height=450></iframe></section><section><h3 id=use-this-app-from-a-new-python-program>Use this app from a new Python program!</h3><p>Click on “Use via API” to get Python code.</p><figure><img src=/softdev2-resources/images/ai/hugging-face-translate-api-screenshot_20250315.png height=500></figure></section><section><h3 id=or-create-a-new-javascript-program>Or create a new Javascript program!</h3><p>Select Javascript.</p><figure><img src=/softdev2-resources/images/ai/hugging-face-translate-api-javascript.png height=500></figure></section></section></div></div><script type=text/javascript src=/softdev2-resources/reveal-hugo/object-assign.js></script><script src=/softdev2-resources/reveal-js/dist/reveal.js></script><script type=text/javascript src=/softdev2-resources/reveal-js/plugin/markdown/markdown.js></script><script type=text/javascript src=/softdev2-resources/reveal-js/plugin/highlight/highlight.js></script><script type=text/javascript src=/softdev2-resources/reveal-js/plugin/zoom/zoom.js></script><script type=text/javascript src=/softdev2-resources/reveal-js/plugin/notes/notes.js></script><script type=text/javascript>function camelize(e){return e&&Object.keys(e).forEach(function(t){newK=t.replace(/(_\w)/g,function(e){return e[1].toUpperCase()}),newK!=t&&(e[newK]=e[t],delete e[t])}),e}var revealHugoDefaults={center:!0,controls:!0,history:!0,progress:!0,transition:"slide"},revealHugoSiteParams={custom_theme:"reveal-hugo/themes/robot-lung.css",height:720,history:!0,slide_number:!0,width:1280},revealHugoPageParams={custom_css:"css/docker.css",margin:.1},revealHugoPlugins={plugins:[RevealMarkdown,RevealHighlight,RevealZoom,RevealNotes]},options=Object.assign({},camelize(revealHugoDefaults),camelize(revealHugoSiteParams),camelize(revealHugoPageParams),camelize(revealHugoPlugins));Reveal.initialize(options)</script><a class=home-link href=https://soft-eng-practicum.github.io/softdev2-resources/>Home</a></body></html>
0 commit comments