chaitanya sharma
apr 12, 2025 5:30 pm
Feeling sharing!!!
practo scraper
𩺠Specialization Selection: Choose a medical specialization to search for doctors. š Locality Input: Enter the locality where you want to search for doctors. š City Input: Enter the city for your search. š Doctor Count: Displays the total number of doctors available based on your search criteria. š Dynamic URL Construction: Constructs and logs the URL used to retrieve data. ā Error Handling: Informs the user if the data could not be retrieved.
farha
apr 17, 2025 1:54 pm
Cookify was my first AI project, just a Streamlit interface with a simple API call to OpenAI's gpt-4o model. Made it with two of my friends at HAQ'24, a Microsoft hackathon in Qatar for university students, and won second place :)
cookify - recipe generator
how does it work? - asks user to upload picture of fridge/shelf or to list ingredients they have on hand - asks user to enter any preferences (can include dietary restrictions, time restrictions, etc.) - this step is optional - by clicking a "generate" button, a loading message will appear as all user-input information is added to chatbot prompt and recipe collected - outputs a step by step recipe according to user-input info - there is a regenerate button in case the recipe is disliked, will generate a new recipe while still keeping the old one further details: - linked to Microsoft Azure OpenAI's gpt-4o model - have to create an ENV file with API key, endpoint and regional link for gpt model - i would decrease hallucination to avoid unrealistic recipes