Found 37 repositories(showing 30)
magicpdf
conversion doc(pdf/html/doc/docx/ppt/pptx)to markdown
fuseraft
A document conversion library for handling PDF, PPT, and DOC files.
AnkurNapa
Problem Statement An education company named X Education sells online courses to industry professionals. On any given day, many professionals who are interested in the courses land on their website and browse for courses. The company markets its courses on several websites and search engines like Google. Once these people land on the website, they might browse the courses or fill up a form for the course or watch some videos. When these people fill up a form providing their email address or phone number, they are classified to be a lead. Moreover, the company also gets leads through past referrals. Once these leads are acquired, employees from the sales team start making calls, writing emails, etc. Through this process, some of the leads get converted while most do not. The typical lead conversion rate at X education is around 30%. Now, although X Education gets a lot of leads, its lead conversion rate is very poor. For example, if, say, they acquire 100 leads in a day, only about 30 of them are converted. To make this process more efficient, the company wishes to identify the most potential leads, also known as ‘Hot Leads’. If they successfully identify this set of leads, the lead conversion rate should go up as the sales team will now be focusing more on communicating with the potential leads rather than making calls to everyone. A typical lead conversion process can be represented using the following funnel: Lead Conversion Process - Demonstrated as a funnel Lead Conversion Process - Demonstrated as a funnel As you can see, there are a lot of leads generated in the initial stage (top) but only a few of them come out as paying customers from the bottom. In the middle stage, you need to nurture the potential leads well (i.e. educating the leads about the product, constantly communicating etc. ) in order to get a higher lead conversion. X Education has appointed you to help them select the most promising leads, i.e. the leads that are most likely to convert into paying customers. The company requires you to build a model wherein you need to assign a lead score to each of the leads such that the customers with higher lead score have a higher conversion chance and the customers with lower lead score have a lower conversion chance. The CEO, in particular, has given a ballpark of the target lead conversion rate to be around 80%. Data You have been provided with a leads dataset from the past with around 9000 data points. This dataset consists of various attributes such as Lead Source, Total Time Spent on Website, Total Visits, Last Activity, etc. which may or may not be useful in ultimately deciding whether a lead will be converted or not. The target variable, in this case, is the column ‘Converted’ which tells whether a past lead was converted or not wherein 1 means it was converted and 0 means it wasn’t converted. You can learn more about the dataset from the data dictionary provided in the zip folder at the end of the page. Another thing that you also need to check out for are the levels present in the categorical variables. Many of the categorical variables have a level called 'Select' which needs to be handled because it is as good as a null value (think why?). Goals of the Case Study There are quite a few goals for this case study. Build a logistic regression model to assign a lead score between 0 and 100 to each of the leads which can be used by the company to target potential leads. A higher score would mean that the lead is hot, i.e. is most likely to convert whereas a lower score would mean that the lead is cold and will mostly not get converted. There are some more problems presented by the company which your model should be able to adjust to if the company's requirement changes in the future so you will need to handle these as well. These problems are provided in a separate doc file. Please fill it based on the logistic regression model you got in the first step. Also, make sure you include this in your final PPT where you'll make recommendations. Results Expected A well-commented Jupyter note with at least the logistic regression model, the conversion predictions and evaluation metrics. The word document filled with solutions to all the problems. The overall approach of the analysis in a presentation Mention the problem statement and the analysis approach briefly Explain the results in business terms Include visualisations and summarise the most important results in the presentation A brief summary report in 500 words explaining how you proceeded with the assignment and the learnings that you gathered. You need to submit the following four components: Python commented file: Should include detailed comments and should not contain unnecessary pieces of code. Word File: Answer all the questions asked by the company in the word document provided. Presentation: Make a presentation to present your analysis to the chief data scientist of your company (and thus you should include both technical and business aspects). The presentation should be concise, clear, and to the point. Submit the presentation after converting it into PDF format. PDF File: Write the summary report in a word file and submit it as a PDF.
devansharora18
Automatically converts newly downloaded PowerPoint files (.ppt/.pptx) to PDF format. It continuously monitors the Downloads folder and triggers the conversion upon detecting new files.
BisiOlaYemi
This API enables the conversion of videos into either PDF or PPT formats.
alfredang
Web app that translates Chinese PDFs and PowerPoints to English, preserving formatting
Shahi77
CLI tool for ppt to pdf conversion and merging pdfs.
szb6668
A powerful GUI tool for PDF merging, OCR, and PPT conversion.
Developed an AI-powered application to extract text from handwritten notes in images, PDFs, and PPTs, and convert it into editable Word documents. Automated conversion into editable Word documents, reducing manual transcription effort.
ShahadShaikh
Problem Statement An education company named X Education sells online courses to industry professionals. On any given day, many professionals who are interested in the courses land on their website and browse for courses. The company markets its courses on several websites and search engines like Google. Once these people land on the website, they might browse the courses or fill up a form for the course or watch some videos. When these people fill up a form providing their email address or phone number, they are classified to be a lead. Moreover, the company also gets leads through past referrals. Once these leads are acquired, employees from the sales team start making calls, writing emails, etc. Through this process, some of the leads get converted while most do not. The typical lead conversion rate at X education is around 30%. Now, although X Education gets a lot of leads, its lead conversion rate is very poor. For example, if, say, they acquire 100 leads in a day, only about 30 of them are converted. To make this process more efficient, the company wishes to identify the most potential leads, also known as ‘Hot Leads’. If they successfully identify this set of leads, the lead conversion rate should go up as the sales team will now be focusing more on communicating with the potential leads rather than making calls to everyone. A typical lead conversion process can be represented using the following funnel: Lead Conversion Process - Demonstrated as a funnel Lead Conversion Process - Demonstrated as a funnel As you can see, there are a lot of leads generated in the initial stage (top) but only a few of them come out as paying customers from the bottom. In the middle stage, you need to nurture the potential leads well (i.e. educating the leads about the product, constantly communicating etc. ) in order to get a higher lead conversion. X Education has appointed you to help them select the most promising leads, i.e. the leads that are most likely to convert into paying customers. The company requires you to build a model wherein you need to assign a lead score to each of the leads such that the customers with higher lead score have a higher conversion chance and the customers with lower lead score have a lower conversion chance. The CEO, in particular, has given a ballpark of the target lead conversion rate to be around 80%. Data You have been provided with a leads dataset from the past with around 9000 data points. This dataset consists of various attributes such as Lead Source, Total Time Spent on Website, Total Visits, Last Activity, etc. which may or may not be useful in ultimately deciding whether a lead will be converted or not. The target variable, in this case, is the column ‘Converted’ which tells whether a past lead was converted or not wherein 1 means it was converted and 0 means it wasn’t converted. You can learn more about the dataset from the data dictionary provided in the zip folder at the end of the page. Another thing that you also need to check out for are the levels present in the categorical variables. Many of the categorical variables have a level called 'Select' which needs to be handled because it is as good as a null value (think why?). Goals of the Case Study There are quite a few goals for this case study. Build a logistic regression model to assign a lead score between 0 and 100 to each of the leads which can be used by the company to target potential leads. A higher score would mean that the lead is hot, i.e. is most likely to convert whereas a lower score would mean that the lead is cold and will mostly not get converted. There are some more problems presented by the company which your model should be able to adjust to if the company's requirement changes in the future so you will need to handle these as well. These problems are provided in a separate doc file. Please fill it based on the logistic regression model you got in the first step. Also, make sure you include this in your final PPT where you'll make recommendations. Results Expected A well-commented Jupyter note with at least the logistic regression model, the conversion predictions and evaluation metrics. The word document filled with solutions to all the problems. The overall approach of the analysis in a presentation Mention the problem statement and the analysis approach briefly Explain the results in business terms Include visualisations and summarise the most important results in the presentation A brief summary report in 500 words explaining how you proceeded with the assignment and the learnings that you gathered. You need to submit the following four components: Python commented file: Should include detailed comments and should not contain unnecessary pieces of code. Word File: Answer all the questions asked by the company in the word document provided. Presentation: Make a presentation to present your analysis to the chief data scientist of your company (and thus you should include both technical and business aspects). The presentation should be concise, clear, and to the point. Submit the presentation after converting it into PDF format. PDF File: Write the summary report in a word file and submit it as a PDF.
infant6161
ppt/pdf conversion
jaysilver-5
No description available
radoo945
No description available
sardar-ibms
No description available
towshif
ppt to image and pdf conversion with Microsoft Interop ppt dlls
Shahi77
Full-stack website for PPT to PDF conversion & PDF merging
vemulabhavana31
The conversion of PPT to PDF using Python
cssriraman
PPT to PDF conversion using Aspose.Slides component
mars690120-star
AI 圖片去字與 PDF 轉 PPTX - Deployed by EZPage
cnopens
file type conversion: wps/word doc,docx,ppt/pdf ....
dipanshu-gupta1
“A web app for PDF/PPT conversion and document utilities.”
pdfto-tools
PDF to PNG, Excel, DOCX & PPT — Fast, Secure, In-Browser Conversion
void-soul
WPSOFFICE-based document conversion service: doc \ docx \ xls \ xlsx \ ppt \ pptx-> pdf \ jpeg
Processware-AI
HWP/HWPX, DOC/DOCX, XLS/XLSX, PPT/PPTX, HTML to PDF conversion utilities
Dianoushio
PDF to PPT conversion tool using Java, leveraging Apache PDFBox and Apache POI libraries
moumitaraha21-maker
File Conversion: Converting DOC/DOCX, PPT/PPTX, Excel, and image files (JPG, PNG) to PDF.
buniumasta
Generation meme and placing them on pictures. Libraries for PPT & Pictures are used in the backend. Linux PDF executable used for PDF conversion.
sandeepmohanty176
It's an automation tool enabling users to perform various file conversions and operations in both online and offline modes, including PDF to text, PPT to PDF, website to PDF, compressed PDF, and image to text.
0718shivam
Universal file converter web app built with Python Flask, supporting PDF, Word, Excel, PPT, Images, and text conversions with a clean, user-friendly interface.
omprakash8788
A full-stack, drag-and-drop file utility for seamless document and image conversion. Merge images to PDF, compress files with an intuitive slider, and convert between PDF, DOCX, and PPT formats.