Skip to content

Commit

Permalink
Updated experiences
Browse files Browse the repository at this point in the history
  • Loading branch information
jturly committed Mar 24, 2023
1 parent 95a50fa commit d7e71a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2>Projects</h2>

<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. Utilized OpenAI's GPT-3.5 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>
<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>
</article>

Expand Down
3 changes: 2 additions & 1 deletion resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ <h2>Projects</h2>
<h3>AI-Powered Encouragement Project - EncourageBot (<a href="https://github.com/jtwirly/encouragebot" target="_blank">GitHub</a> | <a href="http://encouragebot.com" target="_blank">Demo</a>)</h3>
<ul>
<li>Developed an AI-driven encouragement application, EncourageBot, to provide positive encouragement to users on any topic they would like to be encouraged about</li>
<li>Utilized OpenAI's GPT-3.5 model for generating high-quality encouragement while maintaining a kind, ethical and friendly tone</li>
<li>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</li>
<li>Utilized OpenAI's GPT-3 model for generating high-quality encouragement while maintaining a kind, ethical and friendly tone</li>
<li>Deployed the application on Heroku and integrated with GitHub for streamlined updates and version control.</li>
<li>Enabled user interaction through a simple web interface, providing seamless access to the encouragement-generating AI</li>
</ul>
Expand Down

0 comments on commit d7e71a9

Please sign in to comment.