Resume-Ready is an AI-powered application designed to help you quickly create professional resumes. By simply inputting your personal information, such as name, contact details, education, work experience, and skills, the AI generates a formatted resume with the details you provide. This tool aims to simplify and speed up the resume creation process, giving you a polished resume for job applications.
- LM Studio You can download it from here[(https://lmstudio.ai)].
- LLama 3.2B Make sure you have access to LLama 3.2B and it is set up correctly in LM Studio. It can be downloaded in LM Studio.
-
Install LM Studio:
- Download LM Studio from the official website and follow the installation instructions.
-
Load LLama 3.2B:
- Ensure you have the LLama 3.2B model ready for use in LM Studio.
- Open LM Studio and load the LLama 3.2B model in the developer section.
-
Start the Application:
- After loading the LLama model, you can run the application by executing the index.html file.
- The application will start and be ready to generate resumes based on your input.
-
Input Example:
-
To get the best results, use the following input format when entering your information:
John Doe City, State, Zip Code, Phone: 123-456-7890, Email: johndoe@example.com LinkedIn: https://www.linkedin.com/in/johndoe B.S. in Computer Science from ABC University 3 years as a Full Stack Developer at XYZ Corp Project X, Project Y SQL Certification JavaScript, HTML, CSS, Node.js -
This format provides the essential details that the AI needs to generate a well-structured resume.
-
- ChatGPT: ChatGPT helped with creating the logic for the resume generation process, including handling user input, sending API requests, importing external JavaScript libaries, and displaying the generated resume.
- GitHub Copilot: GitHub Copilot assisted in tasks like generating the structure for the web page, handling event listeners, and integrating the PDF generation functionality.