4
1
Nigeria
1 year of experience
Simbiat Lola is a lawyer specializing in technical dispute resolution, demonstrating a keen interest in leveraging technology to resolve disputes. With ample experience in alternative dispute resolution, Lola seeks to gain knowledge and understanding in the burgeoning tech field. Currently pursuing a software engineering program at Holberton School (Alx-Africa) She strives to merge legal expertise with technical acumen in resolving disputes utilizing technology. This program is sponsored in full by Mastercard Foundation, providing Lola with an exceptional opportunity to advance her skills and knowledge and make meaningful contributions in this evolving area of law.
NewsScope project is a news search, summarization, and sentiment analysis app built with Python and Streamlit. It uses the GNews API to fetch news articles based on user input, and then applies TextBlob for sentiment analysis. It also employs AI21's Summarization API to generate a brief summary of the article. The app has two pages, one for searching news articles and one for displaying top headlines. The user can specify the language, country, and maximum number of results for the search. The app displays the title, summary, sentiment, and URL for each article found. The project requires installation of several Python libraries including Streamlit, TextBlob, and Requests.