Select Git revision
questions.md
main.html 5.14 KiB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sentiment Text Anaysis</title>
<link rel="stylesheet" href="main.css">
<!-- Add any additional metadata, stylesheets, or scripts here -->
</head>
<body>
<header>
<h1>Sentiment Scanner</h1>
<!-- Add navigation links or other header content here -->
</header>
<main>
<section>
<h2>Our Mission</h2>
<p>Our mission is to foster a more inclusive online community by empowering individuals to recongnize and refrain from using hateful language. In the form of a chrome extension, we envision our product to promote respectful and empathetic communication, creaing a safer, more inclusive enviorment for all users. Together, we can contribute to a positive digital culture that celebrates diversity and open communication through meaninful dialogue.</p>
</section>
<section>
<h2>Product Vision</h2>
<p>Our product is a downloadable chrome extension that uses AI to detect hate speech. This AI (add more info about the AI and how it was trained). </p>
</section>
<section>
<h2>About Us</h2>
<ul>
<li><p>As first year students, this was our first codefest/hackathon!</p></li>
<li><p>we don't have much experience working with AI systems or coding languages outside of python</p></li>
<li><p>originally we brainstormed several ideas and attmpted to follow tutorials, but decided to work on pseudo code and research instead</p></li>
</ul>
<section class="main">
<section class="developers">
<div class="developer">
<div class="circular-image">
<img src="./christy_headshot.jpg" alt="Christy headshot">
</div>
<div class="description">
<h2>Christy Tran</h2>
<p>Developer</p>
<p>Software Engineerings</p>
<p>ctt57@drexel.edu</p>
</div>
</div>
<div class="developer">
<div class="circular-image">
<img src="./Andersenheadshot.jpg" alt="Andersen headshot">
</div>
<div class="description">
<h2>Andersen Hu</h2>
<p>Researcher</p>
<p>Computer Science</p>
<p>ah3779@drexel.edu</p>
</div>
</div>
<div class="developer">
<div class="circular-image">
<img src="./maggieheadshot.jpg" alt="Maggie headshot">
</div>
<div class="description">
<h2>Maggie Kocorowski</h2>
<p>Front End Designer</p>
<p>UX/ID</p>
<p>mjk488@drexel.edu</p>
</div>
</div>
<div class="developer">
<div class="circular-image">
<img src="./christy_headshot.jpg" alt="Ivy headshot">
</div>
<div class="description">
<h2>Ivy Shao</h2>
<p>AI Trainer</p>
<p>Data Science</p>
<p>is485@drexel.edu</p>
</div>
</div>
</section>
</section>
</section>
<section>
<h2>What We Learned</h2>
<ul>
<li><p>Work with new teammates</p></li>
<li><p>Create a new project and add members in Git</p></li>
<li><p>How to conncet project to VS Code</p></li>
<li><p>How to use VS Code</p></li>
<li><p>How to create and style a webpage</p></li>
<li><p>placeholder...</p></li>
</ul>
</section>
<!--<body>
<h1>Sentiment Scanner</h1>
<form action="/analyze" method="post">
<textarea name="text" rows="4" cols="50" placeholder="Enter text to analyze"></textarea><br>
<input type="submit" value="Analyze">
</form>
<body>
<h2>Analysis Result</h2>
<p><strong>Text:</strong> {{ text }}</p>
<p><strong>Sentiment:</strong> {{ sentiment_label }}</p>
<img src="/Middle.png" alt="Sentiment Image">
</body>
</body>-->
<section>
<h2>Contact</h2>
<p>You can reach us at mjk488@drexel.edu.</p>
</section>
</main>
<footer>
<p>© 2024 Sentiment Scanner. All rights reserved.</p>
</footer>
</body>
</html>