-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 1.63 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html lang = "en">
<head>
<title>CSC225 Lab 2</title>
</head>
<h1>This is the second lab for CSC 225</h1>
<p>I'm an "upper senior" student at CSI studying Computer Science. In order to complete my degree, I need 2 more credits in CS electives<br/>I decided to take
CSC 225 because after years of learning to code and working in the industry, I realize I can't even make a website!</p>
<h1> Things I hope to learn from this class</h1>
<ul>
<li><b>How to make websites that look really nice and have style and flair.</b></li>
<li><b>How to use javascript to make them more interactable and fun to use.</b></li>
<li><b>How to develop projects on a more professional scale.</b></l1>
<li><b>I've also always been interested in CSS.</b></li>
</ul>
<h1>Courses I'm taking this semester</h1>
<table>
<tr><th>Name</th><th>Day</th><th>Credits</th></tr>
<tr><td>CSC225</td><td>Wed</td><td>2</td></tr>
<tr><td>CSC315</td><td>Mon,Wed</td><td>4</td></tr>
<tr><td>CSC228</td><td>Thurs</td><td>3</td></tr>
<tr><td>POL103</td><td>Mon,Wed</td><td>3</td></tr>
</table><hr/>
<p>Since this lab requires an image, I decided to generate an image using the new <b><i>INCREDIBLY</i></b>
powerful image generation model known as "Flux D." Since I have a 24gb RTX 4090, I run this locally, meaning I can generate as much
as I want without ever having to pay anyone! (<i>except the electric company)</i></p>
<p>Just in case you're interested in image gen AI, you can actually learn all about it <a href = "https://huggingface.co/black-forest-labs/FLUX.1-dev"><b>here</b></a></p>
<br/>
<img src = "CSC225.png" /> <br/>
9/17/2024 -- Kevin Weinberg <hr/>
</html>