Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwirly authored Jun 1, 2024
1 parent d7e71a9 commit 67e1f62
Showing 1 changed file with 34 additions and 3 deletions.
37 changes: 34 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>Jennifer Turliuk | Portfolio</h1>
<section id="about">
<h2>About Me</h2>
<p>
Hi there, I'm Jennifer Turliuk, a technology professional with a passion for both software development and prompt engineering. My vision is to create innovative and effective AI solutions that enhance user experience and improve AI performance. I believe in pushing the boundaries of natural language processing, machine learning, and deep learning algorithms to create cutting-edge AI applications that positively impact society and transform industries.
Hi there, I'm Jennifer Turliuk, a technology professional with a passion for both software development and prompt engineering. My vision is to create innovative and effective AI solutions that reduce climate change. I believe in pushing the boundaries of natural language processing, machine learning, and deep learning algorithms to create cutting-edge AI applications that positively impact society and transform industries.

With my problem-solving, analytical, and critical thinking skills, I aim to contribute to the success of projects by innovating and optimizing AI solutions. As a leader and collaborator, I strive to inspire and motivate others to achieve their full potential and make a meaningful difference in the world of technology.

Expand All @@ -39,6 +39,37 @@ <h2>About Me</h2>
<h2>Projects</h2>

<article class="project">
<h3>AI Tools for Climate Startups</h3>
<p>Developed AI tools for climate startups with MIT professor for MIT’s climate entrepreneurship class and beyond. These tools leverage advanced AI capabilities to assist startups in climate policy analysis, market analysis, scoring business potential, and identifying high-impact opportunities. Managed the project from ideation through development, securing backing from MIT and engaging with stakeholders to ensure relevance and efficacy.</p>
<a href="https://www.korulabs.com/ai-tools-climate-entrepreneurs" target="_blank">Demos</a>
</article>

<article class="project">
<h3>Climate Tech Hardware Kit and Educational Course</h3>
<p>Developed a climate tech hardware kit and educational course with 20 projects to empower users to learn and invent climate solutions. The course includes detailed guides and materials to help users understand and tackle various climate-related challenges through hands-on projects.</p>
<a href="https://www.ecoinnovatelabs.com/" target="_blank">Demo</a>
</article>

<article class="project">
<h3>AI-Powered Forecasting Model</h3>
<p>Created an AI-powered forecasting model to predict electricity demand using historical data, Pandas, Scikit-Learn, GPT, Azure, and other technologies. This model helps in optimizing energy usage and planning by providing accurate demand forecasts based on historical trends and patterns.</p>
<a href="#" target="_blank">Demo</a>
</article>

<article class="project">
<h3>AI-Powered Lesson Plan/Resource Generator - LessonWiseAI</h3>
<p>Developed LessonWiseAI, an AI-powered lesson plan and resource generator to assist educators in creating customized lesson plans and educational resources. Utilized natural language processing and machine learning techniques to generate content that aligns with curriculum standards and educational objectives.</p>
<a href="#" target="_blank">Demo</a>
</article>

<article class="project">
<h3>Learning Management System (LMS)</h3>
<p>Built a dynamic, server-backed learning management system (LMS) to support educational initiatives. The LMS features user management, course creation, progress tracking, and interactive learning tools, providing a comprehensive platform for educators and students.</p>
<a href="#" target="_blank">Demo</a>
</article>


<article class="project">
<h3>AI-Powered Encouragement Project - EncourageBot</h3>
<p>Developed an AI-driven encouragement application, EncourageBot, to provide positive encouragement to users on any topic they would like to be encouraged about. Implemented content moderation techniques to filter out inappropriate or offensive content in user queries and ensure safe responses for users. Worked with OpenAI’s text moderation API. Utilized OpenAI's GPT-3 model for generating high-quality encouragement while maintaining a kind, ethical, and friendly tone. Deployed the application on Heroku and integrated with GitHub for streamlined updates and version control. Enabled user interaction through a simple web interface, providing seamless access to the encouragement-generating AI.</p>
<a href="https://github.com/jtwirly/encouragebot" target="_blank">GitHub</a> | <a href="http://encouragebot.com" target="_blank">Demo</a>
Expand Down Expand Up @@ -85,7 +116,7 @@ <h2>Contact Me</h2>
</main>

<footer>
<p>&copy; Jennifer Turliuk 2023. All rights reserved.</p>
<p>&copy; Jennifer Turliuk 2024. All rights reserved.</p>
</footer>
</body>
</html>
</html>

0 comments on commit 67e1f62

Please sign in to comment.