In Term 2 Week 3 I was designing the GUI of my project
How it looks like currently

What I did
In last week, I successfully crawled all the data from https://www.nytimes.com/
, I used beautifulsoup to filtered news articles, with their title, description and link. This week, I used Qt
to render a GUI, where user can see news titles in the list on the left, and the user can see the details of their selected news. When they click on the button Generate Fake Analysis
, the program should generate a fake news and display the similarity between the fake and original article. However as it has not complete yet, printing link to the console is currently replaced of the click event of the button.
How did I go
I think I did well, I well organised my time, so that I have enough time to finish my GUI and implement NER algorithm to generate fake article. I can successfully use beautifulsoup
, qt
and request
to crawl data from a news website, and display them on GUI, I think this is an amazing step for me.
What I will do in the next week
Next week I aim to finish all the GUI (with styles), imeplement NER algorithm with fake information generator library, to generate fake news. And I might start consider my presentation.
The importance of this week’s class time
THe class time this week provided me enough time to consider what my prototype should look like, and what my final project should be like, I think it is important to spend class time wisely.