You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a Streamlit application designed to predict the effectiveness of a drug based on its name and the condition it treats. The application uses an XGBoost model to make these predictions. Note: The predictions are based on a simplified model and should be taken with caution. The model uses limited information and random values for many
This project is a web application that allows users to upload a PDF resume downloaded from LinkedIn, extract the text, and generate a professional HTML resume using OpenAI's API. The app is built with Streamlit for the user interface, PyPDF2 for PDF text extraction, and the OpenAI API for generating the HTML format.