Skip to content
View Jpere905's full-sized avatar

Block or report Jpere905

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Jpere905/README.md

Hi there 👋

Some of my most recent projects:

NYT Text Analyzer

Used Python and the Natural Language Tool Kit (NLTK) to analyze frequency of word occurrences in specific categories of articles. Presented data to user in graph and word-cloud form via Streamlit framework. Streamlit Gif

Expenses tracker

With the Python language, and the Flask framework, I created the backend logic that interfaces with a No-SQL database (Mongo DB) to keep track of user's expenses by inserting and calculating the total sum of categories and overall expense. Also added the functionality of a currency exchange API that can convert from the chosen currency to USD. Expense_tracker

NYT Article Search and Analyzer

Python and the Flask framework was used to allow user to enter search terms which would then be queried against a NYT API to return the most relevant and recent articles containing those search terms. Used a second NYT API to display the top comment on each of those articles if available. NYT_article_search

Pinned Loading

  1. TodoApp TodoApp Public

    simple todo

    Java 1

  2. News-Article-Word-Analyzer News-Article-Word-Analyzer Public

    Using streamlit, Natural Language Toolkit, matplotlib and various other frameworks, this project will analyze a NYT article for the frequency of significant words.

    Python