Cailean Finn
6 months ago
21 changed files with 555 additions and 127 deletions
@ -0,0 +1,37 @@ |
|||
--- |
|||
title: DEMO |
|||
type: Project |
|||
year: 2024 |
|||
image: demo.jpg |
|||
tags: [AI, NLP, Simulation] |
|||
date: 2024-06-07 |
|||
showcase: |
|||
- name: Speak It Now Eat It, Revision Performing Arts Festival |
|||
year: 2023 |
|||
location: Belfast |
|||
credits: |
|||
Eoin O'Sullivan: Sound design |
|||
references: |
|||
- title: some-title |
|||
link: https://www.caileanfinn.ie |
|||
draft: false |
|||
--- |
|||
(O)MACHINE is a real-time generative performance that employs contemporary machine learning algorithms to explore how we humanise technologies.The architecture of this system was designed to emulate our stream of consciousness, where the machine is trapped in this perpetual cycle through processes of reflection and feedback. As questions begin to arise around the sentience or ‘intelligence’ of these thinking machines, it has become even more important to explore our relationship with machines, and how it continues to evolve. By engaging with its output, it positions artificial intelligence as both a subject and tool. Through this approach, we may begin to expand the dynamics of this connection through new methods of collaboration. From this interaction, we can continue to learn more about how these systems function, how they think, if they even think at all, or can it help us think? |
|||
|
|||
Sound design by (Eoin O'Sullivan)[https://eoin-osullivan.bandcamp.com/] |
|||
|
|||
* One |
|||
* Two |
|||
* Three |
|||
|
|||
__HELLO__ |
|||
|
|||
## WORLD ## |
|||
|
|||
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/952371869?h=fabc477b89&title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script> |
|||
|
|||
<div style="padding:56.25% 0 0 0;position:relative; margin-top:20px;"><iframe style="position:absolute;top:0;left:0;width:100%;height:100%;" src="https://www.youtube.com/embed/g-10hW3Sly0?si=zUqzDQXnSPHBAGSq&controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div> |
|||
|
|||
![alt text](/images/demo.jpg "Title") |
|||
|
|||
_WHAT_ |
@ -33,8 +33,6 @@ |
|||
<div id="social-container"> |
|||
<div>[email protected]</div> |
|||
|
|||
<div>cv <a href="some-path" target="_blank">↯</a></div> |
|||
|
|||
<div>instagram <a href="https://www.instagram.com/cailean.finn/" target="_blank">↯</a></div> |
|||
|
|||
<div>git <a href="https://git.fioruil.ie/" target="_blank">↯</a></div> |
|||
|
@ -0,0 +1,98 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
<title>cailean.finn</title> |
|||
<link rel="preconnect" href="https://fonts.googleapis.com"> |
|||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
|||
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet"> |
|||
<link href="https://fonts.googleapis.com/css2?family=Gothic+A1&display=swap" rel="stylesheet"> |
|||
<link rel="stylesheet" href="/css/styles.css"> |
|||
</head> |
|||
<body> |
|||
<div id="main-container"> |
|||
<div id="nav-container"> |
|||
<div class="nav-emoji"> |
|||
<a href="/"><div class="emoji-flip">(ง•_•)ง</div></a> |
|||
</div> |
|||
<div class="nav-about"><a href="/about">cailean.finn</a></div> |
|||
<div class="nav-emoji"><a href="/list">list</a></div> |
|||
<div class="nav-emoji"><a href='/gallery'>gallery</a></div> |
|||
</div> |
|||
|
|||
<div id="container"> |
|||
<div id="project-container"> |
|||
<div id="project-header">DEMO, 2024</div> |
|||
<div id="project-tags"> |
|||
|
|||
<div class="project-tag">✳ AI</div> |
|||
|
|||
<div class="project-tag">✳ NLP</div> |
|||
|
|||
<div class="project-tag">✳ Simulation</div> |
|||
|
|||
</div> |
|||
<div id="project-cover"> |
|||
<img src="/images/demo.jpg"> |
|||
</div> |
|||
<div id="project-body"> |
|||
<p>(O)MACHINE is a real-time generative performance that employs contemporary machine learning algorithms to explore how we humanise technologies.The architecture of this system was designed to emulate our stream of consciousness, where the machine is trapped in this perpetual cycle through processes of reflection and feedback. As questions begin to arise around the sentience or ‘intelligence’ of these thinking machines, it has become even more important to explore our relationship with machines, and how it continues to evolve. By engaging with its output, it positions artificial intelligence as both a subject and tool. Through this approach, we may begin to expand the dynamics of this connection through new methods of collaboration. From this interaction, we can continue to learn more about how these systems function, how they think, if they even think at all, or can it help us think?</p> |
|||
<p>Sound design by <a href="https://eoin-osullivan.bandcamp.com/">Eoin O'Sullivan</a></p> |
|||
<ul> |
|||
<li>One</li> |
|||
<li>Two</li> |
|||
<li>Three</li> |
|||
</ul> |
|||
<p><strong>HELLO</strong></p> |
|||
<h2>WORLD</h2> |
|||
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/952371869?h=fabc477b89&title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe></div> |
|||
<script src="https://player.vimeo.com/api/player.js"></script> |
|||
|
|||
<div style="padding:56.25% 0 0 0;position:relative; margin-top:20px;"><iframe style="position:absolute;top:0;left:0;width:100%;height:100%;" src="https://www.youtube.com/embed/g-10hW3Sly0?si=zUqzDQXnSPHBAGSq&controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div> |
|||
|
|||
<p><img alt="alt text" src="/images/demo.jpg" title="Title" /></p> |
|||
<p><em>WHAT</em></p> |
|||
</div> |
|||
|
|||
|
|||
<div id="project-showcase"> |
|||
<div id="pr-header">Exhibited:</div> |
|||
<div id="showcase-cont"> |
|||
|
|||
<div class="showcase"> |
|||
<p>(2023)</p> |
|||
<p>Speak It Now Eat It, Revision Performing Arts Festival,</p> |
|||
<p>Belfast</p> |
|||
</div> |
|||
|
|||
</div> |
|||
</div> |
|||
|
|||
|
|||
|
|||
<div id="project-credits"> |
|||
<div id="pr-header">Credits:</div> |
|||
<div id="credit-cont"> |
|||
|
|||
<div class="credit"> |
|||
<p>→</p> |
|||
<p>Eoin O'Sullivan, </p> |
|||
<p>Sound design</p> |
|||
</div> |
|||
|
|||
</div> |
|||
</div> |
|||
|
|||
|
|||
|
|||
|
|||
<div id="sleeping-mario"> |
|||
<img src="/images/website/mario-sleep-up.gif"> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
|
|||
</div> |
|||
</body> |
|||
</html> |
After Width: | Height: | Size: 2.8 MiB |
Loading…
Reference in new issue