BuildResume With AI

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Method#1: ChatGPT X LaTeX

ChatGPT Prompt

Build a resume for me in Latex - using a fancy colorful template.

My name is Pooja Sinha. B.Tech. from ABC University, Gurgaon - completed in 2023. I am
currently looking for a Data Science job. I have done 4-5 Machine Learning Projects, including
Sentiment Analysis, Fake News Detection, Traffic Sign Detection, etc. I am currently working as
a Data Science Intern at XYZ Limited.

Fill in the gaps you may find in the script appropriately. I need a fancy colorful LaTeX resume.

Tool Links
● ChatGPT: https://chat.openai.com/
● Overleaf: https://www.overleaf.com/

LaTeX Code

\documentclass[11pt,a4paper,sans]{moderncv}

\moderncvstyle{banking}
\moderncvcolor{blue}

\usepackage[utf8]{inputenc}
\usepackage[scale=0.75]{geometry}

\name{Pooja}{Sinha}
\title{Data Scientist}
\address{123 Main Street}{Gurgaon}{India}
\phone[mobile]{+91~1234567890}
\email{pooja.sinha@email.com}
\homepage{www.linkedin.com/in/poojasinha}

\begin{document}

\makecvtitle

\section{Education}
\cventry{2019--2023}{Bachelor of Technology}{ABC University}{Gurgaon}{\textit{CGPA -- 8.0}}{}

\section{Experience}
\cventry{2022--Present}{Data Science Intern}{XYZ Limited}{Gurgaon}{}{Worked on various data
science projects, including:
\begin{itemize}
\item Sentiment analysis
\item Fake news detection
\item Traffic sign detection
\item And more
\end{itemize}}

\section{Skills}
\cvitem{Programming}{Python, R, SQL}
\cvitem{Data Analysis}{Pandas, Numpy, Matplotlib, Seaborn}
\cvitem{Machine Learning}{Scikit-learn, Keras, Tensorflow}
\cvitem{Tools}{Git, Jupyter Notebook, Tableau}
\cvitem{Languages}{English, Hindi}

\section{Projects}
\cvitem{Sentiment Analysis}{Developed a sentiment analysis model using natural language
processing techniques to classify customer reviews as positive or negative.}
\cvitem{Fake News Detection}{Built a machine learning model to identify fake news articles
using NLP and classification algorithms.}
\cvitem{Traffic Sign Detection}{Developed a computer vision system using deep learning
algorithms to detect traffic signs in real time.}

\section{Interests}
\cvitem{Data Science}{Keeping up with the latest trends and developments in the field.}
\cvitem{Sports}{Playing cricket and badminton in my free time.}

\end{document}

ChatGPT Prompt for adopting this LaTeX Template

My name is Nilanjan Paul. I am currently looking for Software Engineering jobs. Working as an
Intern with MNO Limited. Completed graduation from PQR University in New Delhi in 2022.

Fill in all the gaps as per Nilanjan's profile. Write my resume in LaTeX strictly as per this sample
LaTeX template:

<Insert Template here>


Method#2: ChatGPT X Canva

ChatGPT Prompt

Help me write my resume. Here's my profile brief:

My name is Pooja Sinha. B.Tech. from ABC University, Gurgaon - completed in 2022. I am
currently looking for a Data Science job. I have done 4-5 Machine Learning Projects, including
Sentiment Analysis, Fake News Detection, Traffic Sign Detection, etc. I am currently working as
a Data Science Intern at XYZ Limited, Gurgaon (2023-23).

Tool Links
● ChatGPT: https://chat.openai.com/
● Canva: https://www.canva.com/
Method#3: ChatGPT X Reactive Resume

ChatGPT Prompt

Help me write my resume in JSON Format. Here's my profile summary:

My name is Pooja Sinha. B.Tech. from ABC University, Gurgaon - completed in 2022. I am
currently looking for a Data Science job. I have done 4-5 Machine Learning Projects, including
Sentiment Analysis, Fake News Detection, Traffic Sign Detection, etc. I am a Data Science
Intern at XYZ Limited, Gurgaon (2023-23).

Sample JSON resume format is provided below. Strictly follow the format and makeup
information wherever missing according to my profile. I need all the sections to be included.
Don't drop anything. Be short and crisp in writing.

JSON Resume Template here:


https://github.com/jsonresume/resume-schema/blob/master/sample.resume.json

Tool Links
● ChatGPT: https://chat.openai.com/
● Reactive Resume: https://rxresu.me/
● JSON Editor: https://jsoneditoronline.org/

Step-by-Step Process

Part#1
- Go to ChatGPT and use the above prompt for getting a JSON Resume
- Copy the JSON Code
- Save the .json file in the local disk
- By using Notepad / TextEdit Tools
- Or go to: jsoneditoronline.org/

Part#2
- Now go to Reactive Resume again & upload the JSON
- Go to Reactive Resume, create a free account
- Click on Import from External Sources
- Copy JSON Resume Format Link. And voila!!
- Platform allows easy customizations and offers a galore of themes

You might also like