Thumbnail

Safety Bot

Python | Twilio | Openai API | AWS Lambda | Hugging Face

I made a chatbot that helps prevent loneliness and provides support to people who may be at risk of feeling isolated. The chatbot conducts daily check-ins and offers conversational AI, and includes a feature that alerts a designated contact if the user does not respond. This project allowed me to practice Asynchronous programming in Python, using Hugging face models, OpenAI API and Twilio.

 Thumbnail

Stream Check

Python | AWS Rekognition | Playwright | Streamlit

I made Stream Check, a tool for my part-time job at Viaplay that automatically verifies the content of live streams. This tool can free up people to work on other, more urgent tasks. This project allowed me to practice programming in Python, using Streamlit, AWS Rekognition and Playwright

 Thumbnail

Prompter

Python | Streamlit | Openai API | AWS Rekognition

I made Prompter, a tool to generate interesting and elaborate prompts for image generation based on labels found in an image. The tool uses AWS Rekognition for label detection and OpenAI's language model, Davinci, for text generation to create image prompts. Users can upload images and control the creativity of the prompt generation with adjustable parameters. This project allowed me to practice programming in Python, using Streamlit, Openai API and AWS Rekognition.

Live Demo
 Thumbnail

Sentiment Analysis of financial news using AI

Python | OpenAI | Sentiment Analysis | AWS Lambda

I developed a financial news sentiment analysis tool that predicts the impact of news articles on stock prices. The tool fetches financial news using the Stock News API, performs sentiment analysis with OpenAI's GPT-3.5-turbo, and emails the results to a specified address. Users receive a summary of the predicted effects of the news on stock prices in the short term. This project allowed me to practice programming in Python and work with the OpenAI API, Stock News API, and email messaging functionalities.

Live Demo