Skip to content

Commit

Permalink
semantic search added
Browse files Browse the repository at this point in the history
  • Loading branch information
BrenoAV committed Feb 11, 2024
1 parent d22763f commit 0acf47b
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ <h1 id="jobtitle">
</h1>
<h2 id="aboutme">About</h2>
<hr>
<p>Electrical Engineering at the Universidade Federal de Campina Grande and Research Scientist at Ford Motor Company.</p>
<p>Bachelor's Degree (B.Sc) in Electrical Engineering from the Universidade Federal de Campina Grande (UFCG).</p>
<!--Ongoing studies towards a Master's degree in Artificial Intelligence applied to Electrical Engineering-->
<p>Research Scientist at Ford Motor Company.</p>

<p>I am interested in Machine Learning and Deep Learning.</p>
<p>I am interested in Machine Learning and Deep Learning.</p>

<p>My hobbies are running, watch TV Shows & Movies, gaming, and casual astronomy content.</p>
<p>My hobbies are running, watch TV Shows & Movies, podcasts, and casual astronomy content.</p>
<h2 id="portfolio">Portfolio</h2>
<hr>
<h3>Machine Learning</h3>
Expand Down Expand Up @@ -96,15 +98,22 @@ <h3>PySpark</h3>
<h3>Natural Language Processing</h3>
<ul>
<li>
&#x1F195; Sentiment Analysis using Scikit-Learn, TensorFlow, and PyTorch &rarr; <a
Sentiment Analysis using Scikit-Learn, TensorFlow, and PyTorch &rarr; <a
href="https://github.com/BrenoAV/NLP-Sentiment-Analysis" target="_blank"> NLP Sentiment Analysis
</a </li>
</a>
</li>
<li>
&#x1F195; Semantic Search using OpenAI API + ChromaDB &rarr; <a
href="https://github.com/BrenoAV/Semantic-Search-OpenAI-Chromadb" target="_blank"> Semantic Search
</a>
</li>
</ul>
<h3>Time Series</h3>
<ul>
<li>Time Series Forecast (HWES & Prophet) on the Daily Climate dataset &rarr; <a
href="https://github.com/BrenoAV/Daily-Climate-Time-Series/" target="_blank"> Daily Climate Time Series
</a></li>
</a>
</li>
</ul>
<h3>Others</h3>
<ul>
Expand Down

0 comments on commit 0acf47b

Please sign in to comment.