@16 Prompt: Program to run a web scrapper and automatically retrieve table data from source website
Prompt: Write a python program that scraps table data from a webpage. Figure out an efficient and accurate way to retrieve table data from the web page which adds more data to the page when the viewer scrolls down the page using the button on the screen. The web page to use is https://www.tradingview.com/etf-screener/. From…
@14 Prompt: Local Duplicate file locator App
Prompt: Write python script that I can run in my computer which can identify all the files that are file type: picture.Using the python script, make a list of these picture files and index these files with name of directory, file name, file size, date of creation and file extension. Once this list is made,…
@11 Prompt: Hedge Fund concept using AI with a behavior finance strategy
Prompt: You will assist in creating a stock trading Hedge Fund using AI. The Hedge fund needs to have concentration areas, diversification and has signals from behavior finance. RESULT: Pending detailed work assignment
@10 Prompt: Top tier AI research papers and AI use cases for businesses and individuals
Prompt: Part A: Find the top 20 most cited research papers for LLM and AI in the past three months. Provide a summary for each of these papers in five lines and the main conclusion of each paper. Part B: Find examples of use cases of AI and LLM from news that are most promising….
@9 Prompt: Stock Movers and automated stock evaluation report
Prompt: Get the list of top 30 highest percentage increase stocks in US market from today with their share price and call this list WINNERS. Also get the list of top 30 highest percentage decrease stocks in US market from today along with their share price and call this list LOSERS. Filter WINNERS AND LOSERS…
@7 Prompt: Explore Natural Gas Futures trading strategy
Prompt – Part A: Find five best buying opportunities in the natural gas trading market from the last 10 years. Get real daily price data for natural gas trading in US and provide the sources. Part B: Explain how to trade natural gas futures via options strategy or buying ETF or purchase of specific shares…
@5 Prompt: Evaluate ECG for Cardiac Stress Test
Prompt: Analysis of a detailed medical record PDF File containing ECG from a cardiac stress test and interpreting anomalies in the test indicating ischemia heart condition. Result: Deepseek’s interpretation for the ECG charts is excellent. It provides correct interpretation of the charts and the results match the diagnosis provided by an expert Cardiac Radiologist. Copilot,…
@3 Prompt: AI best picture generation
Prompt 1: Draw a painting in the style of painter Monet for the view from Monterey bay California with a view of the ocean with waves splashing along the shore, birds flying in the air and the sun setting across the horizon. A lone person is walking along the shore line . Keep a good…
@2 Prompt: AI agent travel booking
Prompt: Calculate the distance between London Big Ben, Burj Khalifa, Taipai101, New York Freedom Tower, Moscow Kremlin building, Mumbai India Gate and Sydney Opera House. Explain how did you calculate the distance. Find a flight path starting from London to visit all these buildings travelling on 05/01/2025. Create two travel itineraries. First itinerary with the…
@1 Prompt: GenAI Map quest
Prompt: Plot the 20 most populated cities in the world. When I click on the city on the map, i should be able to see the name of the city and its population. I will be using Python on Google Colabs for this. The map shows each city marker with different color codes and labelled…