Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daudsarfraz committed Jul 2, 2024
1 parent 2e5bc3b commit 7cd9fa1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
Binary file added assets/img/project/food_prices.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/project/rusian_sentiment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/project/stock_market.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,19 @@ <h4>Twittet Sentiment Analysis</h4>
</div>
</div>

<div class="col-lg-4 col-md-6 portfolio-item filter-project-nlp">
<center><h4>Russian Language Sentiment Analysis</h4></center>
<div class="portfolio-wrap">
<img src="assets/img/project/twitter.jpg" class="img-fluid" alt="" height="2500" width="12000">
<div class="portfolio-info">
<h4>Russian Language Sentiment Analysis</h4>
<div class="portfolio-links">
<a href="projects/russian_language_sentiment_analysis.html" data-gall="portfolioDetailsGallery" data-vbtype="iframe" class="venobox" title="Project Details"><i class="bx bx-info-circle"></i></a>
</div>
</div>
</div>
</div>

<div class="col-lg-4 col-md-6 portfolio-item filter-project-ml">
<center><h4>MNIST Digit recognization</h4></center>
<div class="portfolio-wrap">
Expand Down
6 changes: 3 additions & 3 deletions projects/russian_language_sentiment_analysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@

<div class="col-lg-12 portfolio-info">
<br>
<h2 style="color:#12d640">Sentiment Analysis</h2>
<h2 style="color:#12d640">Russian Language Sentiment Analysis</h2>

<ul>
<li><strong>Tech Stack</strong>: Python (version 3.7+), Pandas, NumPy, Scikit-learn, SVM, KNN, DT, XGBoost, Random Forest, Logistic Regression </li>
<li><strong>Github URL</strong>: <a href="https://github.com/Daudsarfraz/twitter_sentiment_analysis/tree/main" target="_blank">Project Link</a></li>
<li><strong>Tech Stack</strong>: Python (version 3.7+), Pandas, NumPy, ('punkt') -> stopwords, SnowballStemmer, TfidfVectorizer, sklearn.naive_bayes -> MultinomialNB </li>
<li><strong>Github URL</strong>: <a href="https://github.com/Daudsarfraz/russian_language_sentiment_analysis" target="_blank">Project Link</a></li>
</ul>

<p>
Expand Down

0 comments on commit 7cd9fa1

Please sign in to comment.