Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cindy-x-liang committed Oct 31, 2024
1 parent 0e021b8 commit eea3c6f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1>

Hi, I'm Cindy Liang
</h1>
<p>A rising junior studying computer science at Cornell University.
<p>A junior studying computer science at Cornell University.
I'm currently interested in machine learning, full stack development, and sofware engineering.
<br>
<br>
Expand Down Expand Up @@ -73,7 +73,7 @@ <h1>
</div>
<div class="about-col-2">
<h1 class="sub-title">About Me</h1>
<p style="color:white;font-size: 22px">I am a rising junior studying computer science at Cornell
<p style="color:white;font-size: 22px">I am a junior studying computer science at Cornell
University.
<br>
<br>
Expand Down Expand Up @@ -124,11 +124,11 @@ <h2>Smart Travel App</h2>
itinerary and have the option to chat with the agent to edit their itinerary.
<br>
When they are finished, they can view their itinerary on a final itinerary page. This page
will also be stored in "itinerary history" opn the app so user's can refer to old
will also be stored in "itinerary history" on the app so user's can refer to old
itineraries if they like.
<br>
The user will receive flight and hotel suggestions as well on the final itinerary page which
is received from a python Flask app that incorporated a customized LangChain agent that I
is received from a Flask app that integrated a customized LangChain agent that I
built. The app uses HTTP requests to get the necessary information.
</p>
<a href="https://github.com/cindy-x-liang/SmartTravelApp"><i
Expand All @@ -153,12 +153,12 @@ <h2>Outfit App</h2>
Upon downloading the app, users can enter their names and view a
brief demo of how the app works.
<br>
After granting location permissions, on the main page, users will receive an
After granting location permissions users will receive an
outfit suggestion alongside a weather forecast.
<br>
Users can then select the wardrobe button to choose clothes from their closet to add to
their current outfit on the main page.
Users can also add clothes to their wardrobe.
Users can also upload images of their clothes to their wardrobe.
<br>
Users will also have the option to pre-plan outfits for vacation with the vacation button at
the bottom of the main page.
Expand Down Expand Up @@ -215,7 +215,7 @@ <h2>The Giver</h2>
<br>
The dataset used for this project are Amazon items.
<br>
Using a bag of words model, we stored each amazon item as a vector of its description and
Using a bag of words model, we stored each Amazon item as a vector of its description and
features. We then
stored all of our documents using an inverted index, the keys being the words and values
being a list of all documents containing that word.
Expand All @@ -241,7 +241,7 @@ <h2>Trigger Warning</h2>
<p style="font-size:13px;">
<br>
In an attempt to mitigate the harmful effects reading triggering content may have
on an individual's mental well being, trigger warning seeks to provide
on an individual's mental well being, Trigger Warning seeks to provide
alerts when a website may contain triggering information. Website content is passed into
OpenAI
API and a response is returned which indicates if the website has the potential to be
Expand Down

0 comments on commit eea3c6f

Please sign in to comment.