Best AI tools for< Write Resume >
15 - AI tool Sites
Instawrite
Instawrite is an AI-powered tool that helps job seekers create professional cover letters and resumes in minutes. With Instawrite, you can easily generate tailored cover letters and resumes that highlight your skills and experience, and increase your chances of getting noticed by potential employers.
Accio
Accio is an AI-powered resume summary generator that helps job seekers create professional and impactful resume summaries in seconds. With Accio, you can easily highlight your skills, experience, and accomplishments in a way that will grab the attention of recruiters and hiring managers. Accio's AI technology analyzes your resume and identifies the most relevant information to include in your summary, ensuring that your resume stands out from the crowd.
WonsultingAI
WonsultingAI is a suite of AI-powered job search tools designed to help job seekers create professional resumes, auto-apply to jobs, create outstanding cover letters, and get professional messages for networking. The platform includes ResumAI, NetworkAI, CoverLetterAI, AutoApplyAI, and InterviewAI, each designed to address specific aspects of the job search process. WonsultingAI aims to empower job seekers from all backgrounds by providing them with the tools and resources they need to succeed in today's competitive job market.
FixMyResume
FixMyResume is an AI-powered resume review tool that helps job seekers improve their resumes to increase their chances of getting hired. The tool analyzes your resume against the job description you are applying for and provides feedback on how to improve your resume's content, formatting, and overall impact.
This Resume Does Not Exist
This website provides AI-inspired resume examples based on the careers of famous people. It offers a wide range of resume templates, including those for business professionals, musicians, actors, TV personalities, politicians, activists, sports stars, comedians, and models. The website also includes a collection of frequently asked questions about resume writing and provides tips on how to create a standout resume.
Resume Worded
Resume Worded is an AI-powered platform that provides instant feedback on your resume and LinkedIn profile. It helps you tailor your resume to specific job descriptions, optimize your LinkedIn profile, and get more interviews and job offers. Resume Worded has been used by over 1 million job seekers around the world and has helped hundreds of people land jobs at top companies like PwC, Google, Amazon, and Credit Suisse.
Resumy
Resumy is an AI-powered resume builder that uses OpenAI's GPT-4 natural language processing model to generate polished and effective resumes. It analyzes a user's work experience, skills, and achievements to create a professional-looking resume in minutes. Resumy also offers proven templates and personalized help from resume writing experts.
JobSearch.Coach
JobSearch.Coach is an AI-powered job search tool that helps users land their dream job faster. It offers a range of features including resume review, cover letter generation, job interview preparation, and mock interviews. The tool is designed to make the job search process more effective and efficient, by providing personalized guidance and feedback to users.
Careerflow
Careerflow is a free AI-powered job search platform that provides a suite of tools and resources to help job seekers land their dream jobs faster. The platform includes an AI resume builder, LinkedIn profile optimizer, mock interview tool, job tracker, and more. Careerflow is designed to help job seekers save time and effort in their job search, and to increase their chances of getting hired at their dream companies.
Ribbon
Ribbon is an AI-powered career platform that provides a suite of tools to help job seekers find their next job faster and better. These tools include a resume builder, interview preparation, and job search assistance. Ribbon's AI technology helps users improve their resumes, practice answering interview questions, and find jobs that are a good fit for their skills and experience.
ResumeBuild
ResumeBuild is an AI-powered resume builder that helps users create professional resumes, cover letters, and resignation letters. It offers a variety of features, including AI-powered resume writing, keyword targeting, real-time content analysis, and resume scoring. ResumeBuild is trusted by over 1.4 million users and has been featured in Forbes, The New York Times, and The Wall Street Journal.
Jobcopy
Jobcopy is an AI-powered resume and cover letter builder that helps users create professional and personalized job application materials. With its easy-to-use interface and powerful AI tools, Jobcopy streamlines the job search process, making it faster and more efficient. The platform offers a range of features, including an AI resume builder, AI cover letter generator, AI-powered job search, and job compatibility analysis. Jobcopy is designed for job seekers of all levels, from recent graduates to experienced professionals, and is particularly beneficial for those with limited time, career changers, and remote workers.
Canyon
Canyon is an all-in-one platform that helps job seekers perfect their resumes, apply to more jobs, and ace their interviews. It offers a range of AI-powered tools, including an AI Resume Builder, Canyon Resume Score, Autofill Job Applications with One Click, Manage Job Applications, and AI Mock Interview. With Canyon, job seekers can build outstanding resumes, optimize their applications for each job, and practice their interviewing skills.
Teal
Teal is a career development platform that provides tools and resources to help users with their job search. The platform includes an AI resume builder, job application tracker, resume checker, cover letter generator, resume summary generator, and more. Teal also offers career advice and resources, such as a blog, resume examples, and cover letter examples.
JobHire
JobHire is an AI-powered job search automation platform that helps users find and apply to relevant job openings. It uses artificial intelligence to analyze and recreate users' resumes, making them more attractive to potential employers. JobHire also automatically creates email addresses and uses them to send responses to suitable vacancies, modifying users' resumes for each specific position. Additionally, it tracks responses from employers and provides users with a dashboard to track their progress.
20 - Open Source AI Tools
PromptChains
ChatGPT Queue Prompts is a collection of prompt chains designed to enhance interactions with large language models like ChatGPT. These prompt chains help build context for the AI before performing specific tasks, improving performance. Users can copy and paste prompt chains into the ChatGPT Queue extension to process prompts in sequence. The repository includes example prompt chains for tasks like conducting AI company research, building SEO optimized blog posts, creating courses, revising resumes, enriching leads for CRM, personal finance document creation, workout and nutrition plans, marketing plans, and more.
micro-agent
Micro Agent is an AI tool designed to write and fix code for users by generating code that passes specified tests or matches design screenshots. It aims to streamline the code generation process by leveraging AI capabilities to iterate and improve code until desired outcomes are achieved. The tool focuses on test-driven development and provides interactive features for user feedback. Micro Agent is not intended to be a comprehensive development tool but rather a specialized agent for code generation and iteration.
chatgpt-universe
ChatGPT is a large language model that can generate human-like text, translate languages, write different kinds of creative content, and answer your questions in a conversational way. It is trained on a massive amount of text data, and it is able to understand and respond to a wide range of natural language prompts. Here are 5 jobs suitable for this tool, in lowercase letters: 1. content writer 2. chatbot assistant 3. language translator 4. creative writer 5. researcher
gptme
GPTMe is a tool that allows users to interact with an LLM assistant directly in their terminal in a chat-style interface. The tool provides features for the assistant to run shell commands, execute code, read/write files, and more, making it suitable for various development and terminal-based tasks. It serves as a local alternative to ChatGPT's 'Code Interpreter,' offering flexibility and privacy when using a local model. GPTMe supports code execution, file manipulation, context passing, self-correction, and works with various AI models like GPT-4. It also includes a GitHub Bot for requesting changes and operates entirely in GitHub Actions. In progress features include handling long contexts intelligently, a web UI and API for conversations, web and desktop vision, and a tree-based conversation structure.
aiorun
aiorun is a Python package that provides a `run()` function as the starting point of your `asyncio`-based application. The `run()` function handles everything needed during the shutdown sequence of the application, such as creating a `Task` for the given coroutine, running the event loop, adding signal handlers for `SIGINT` and `SIGTERM`, cancelling tasks, waiting for the executor to complete shutdown, and closing the loop. It automates standard actions for asyncio apps, eliminating the need to write boilerplate code. The package also offers error handling options and tools for specific scenarios like TCP server startup and smart shield for shutdown.
gptel
GPTel is a simple Large Language Model chat client for Emacs, with support for multiple models and backends. It's async and fast, streams responses, and interacts with LLMs from anywhere in Emacs. LLM responses are in Markdown or Org markup. Supports conversations and multiple independent sessions. Chats can be saved as regular Markdown/Org/Text files and resumed later. You can go back and edit your previous prompts or LLM responses when continuing a conversation. These will be fed back to the model. Don't like gptel's workflow? Use it to create your own for any supported model/backend with a simple API.
ai-collective-tools
ai-collective-tools is an open-source community dedicated to creating a comprehensive collection of AI tools for developers, researchers, and enthusiasts. The repository provides a curated selection of AI tools and resources across various categories such as 3D, Agriculture, Art, Audio Editing, Avatars, Chatbots, Code Assistant, Cooking, Copywriting, Crypto, Customer Support, Dating, Design Assistant, Design Generator, Developer, E-Commerce, Education, Email Assistant, Experiments, Fashion, Finance, Fitness, Fun Tools, Gaming, General Writing, Gift Ideas, HealthCare, Human Resources, Image Classification, Image Editing, Image Generator, Interior Designing, Legal Assistant, Logo Generator, Low Code, Models, Music, Paraphraser, Personal Assistant, Presentations, Productivity, Prompt Generator, Psychology, Real Estate, Religion, Research, Resume, Sales, Search Engine, SEO, Shopping, Social Media, Spreadsheets, SQL, Startup Tools, Story Teller, Summarizer, Testing, Text to Speech, Text to Image, Transcriber, Travel, Video Editing, Video Generator, Weather, Writing Generator, and Other Resources.
Top-AI-Tools
Top AI Tools is a comprehensive, community-curated directory that aims to catalog and showcase the most outstanding AI-powered products. This index is not exhaustive, but rather a compilation of our research and contributions from the community.
KaibanJS
KaibanJS is a JavaScript-native framework for building multi-agent AI systems. It enables users to create specialized AI agents with distinct roles and goals, manage tasks, and coordinate teams efficiently. The framework supports role-based agent design, tool integration, multiple LLMs support, robust state management, observability and monitoring features, and a real-time agentic Kanban board for visualizing AI workflows. KaibanJS aims to empower JavaScript developers with a user-friendly AI framework tailored for the JavaScript ecosystem, bridging the gap in the AI race for non-Python developers.
baml
BAML is a config file format for declaring LLM functions that you can then use in TypeScript or Python. With BAML you can Classify or Extract any structured data using Anthropic, OpenAI or local models (using Ollama) ## Resources ![](https://img.shields.io/discord/1119368998161752075.svg?logo=discord&label=Discord%20Community) [Discord Community](https://discord.gg/boundaryml) ![](https://img.shields.io/twitter/follow/boundaryml?style=social) [Follow us on Twitter](https://twitter.com/boundaryml) * Discord Office Hours - Come ask us anything! We hold office hours most days (9am - 12pm PST). * Documentation - Learn BAML * Documentation - BAML Syntax Reference * Documentation - Prompt engineering tips * Boundary Studio - Observability and more #### Starter projects * BAML + NextJS 14 * BAML + FastAPI + Streaming ## Motivation Calling LLMs in your code is frustrating: * your code uses types everywhere: classes, enums, and arrays * but LLMs speak English, not types BAML makes calling LLMs easy by taking a type-first approach that lives fully in your codebase: 1. Define what your LLM output type is in a .baml file, with rich syntax to describe any field (even enum values) 2. Declare your prompt in the .baml config using those types 3. Add additional LLM config like retries or redundancy 4. Transpile the .baml files to a callable Python or TS function with a type-safe interface. (VSCode extension does this for you automatically). We were inspired by similar patterns for type safety: protobuf and OpenAPI for RPCs, Prisma and SQLAlchemy for databases. BAML guarantees type safety for LLMs and comes with tools to give you a great developer experience: ![](docs/images/v3/prompt_view.gif) Jump to BAML code or how Flexible Parsing works without additional LLM calls. | BAML Tooling | Capabilities | | ----------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | BAML Compiler install | Transpiles BAML code to a native Python / Typescript library (you only need it for development, never for releases) Works on Mac, Windows, Linux ![](https://img.shields.io/badge/Python-3.8+-default?logo=python)![](https://img.shields.io/badge/Typescript-Node_18+-default?logo=typescript) | | VSCode Extension install | Syntax highlighting for BAML files Real-time prompt preview Testing UI | | Boundary Studio open (not open source) | Type-safe observability Labeling |
humanlayer
HumanLayer is a Python toolkit designed to enable AI agents to interact with humans in tool-based and asynchronous workflows. By incorporating humans-in-the-loop, agentic tools can access more powerful and meaningful tasks. The toolkit provides features like requiring human approval for function calls, human as a tool for contacting humans, omni-channel contact capabilities, granular routing, and support for various LLMs and orchestration frameworks. HumanLayer aims to ensure human oversight of high-stakes function calls, making AI agents more reliable and safe in executing impactful tasks.
mistreevous
Mistreevous is a library written in TypeScript for Node and browsers, used to declaratively define, build, and execute behaviour trees for creating complex AI. It allows defining trees with JSON or a minimal DSL, providing in-browser editor and visualizer. The tool offers methods for tree state, stepping, resetting, and getting node details, along with various composite, decorator, leaf nodes, callbacks, guards, and global functions/subtrees. Version history includes updates for node types, callbacks, global functions, and TypeScript conversion.
llm-reasoners
LLM Reasoners is a library that enables LLMs to conduct complex reasoning, with advanced reasoning algorithms. It approaches multi-step reasoning as planning and searches for the optimal reasoning chain, which achieves the best balance of exploration vs exploitation with the idea of "World Model" and "Reward". Given any reasoning problem, simply define the reward function and an optional world model (explained below), and let LLM reasoners take care of the rest, including Reasoning Algorithms, Visualization, LLM calling, and more!
aiolauncher_scripts
AIO Launcher Scripts is a collection of Lua scripts that can be used with AIO Launcher to enhance its functionality. These scripts can be used to create widget scripts, search scripts, and side menu scripts. They provide various functions such as displaying text, buttons, progress bars, charts, and interacting with app widgets. The scripts can be used to customize the appearance and behavior of the launcher, add new features, and interact with external services.
whisper_dictation
Whisper Dictation is a fast, offline, privacy-focused tool for voice typing, AI voice chat, voice control, and translation. It allows hands-free operation, launching and controlling apps, and communicating with OpenAI ChatGPT or a local chat server. The tool also offers the option to speak answers out loud and draw pictures. It includes client and server versions, inspired by the Star Trek series, and is designed to keep data off the internet and confidential. The project is optimized for dictation and translation tasks, with voice control capabilities and AI image generation using stable-diffusion API.
LARS
LARS is an application that enables users to run Large Language Models (LLMs) locally on their devices, upload their own documents, and engage in conversations where the LLM grounds its responses with the uploaded content. The application focuses on Retrieval Augmented Generation (RAG) to increase accuracy and reduce AI-generated inaccuracies. LARS provides advanced citations, supports various file formats, allows follow-up questions, provides full chat history, and offers customization options for LLM settings. Users can force enable or disable RAG, change system prompts, and tweak advanced LLM settings. The application also supports GPU-accelerated inferencing, multiple embedding models, and text extraction methods. LARS is open-source and aims to be the ultimate RAG-centric LLM application.
Upscaler
Holloway's Upscaler is a consolidation of various compiled open-source AI image/video upscaling products for a CLI-friendly image and video upscaling program. It provides low-cost AI upscaling software that can run locally on a laptop, programmable for albums and videos, reliable for large video files, and works without GUI overheads. The repository supports hardware testing on various systems and provides important notes on GPU compatibility, video types, and image decoding bugs. Dependencies include ffmpeg and ffprobe for video processing. The user manual covers installation, setup pathing, calling for help, upscaling images and videos, and contributing back to the project. Benchmarks are provided for performance evaluation on different hardware setups.
AiTreasureBox
AiTreasureBox is a versatile AI tool that provides a collection of pre-trained models and algorithms for various machine learning tasks. It simplifies the process of implementing AI solutions by offering ready-to-use components that can be easily integrated into projects. With AiTreasureBox, users can quickly prototype and deploy AI applications without the need for extensive knowledge in machine learning or deep learning. The tool covers a wide range of tasks such as image classification, text generation, sentiment analysis, object detection, and more. It is designed to be user-friendly and accessible to both beginners and experienced developers, making AI development more efficient and accessible to a wider audience.
36 - OpenAI Gpts
C-Level Resume
I'll create an ATS-optimized C-Level executive resume, designed to land your senior-level job.
Career Companion
A dedicated job assistant for CV enhancement, interview prep, and job matching.
IT Career Genie
A professional GPT for IT resume advice, with the latest career skill tips
Riley
An interactive resume assistant, providing detailed insights on Randy's professional background.
PDF/DocX Creator
A GPT that can create PDFs and DocX documents, worksheets, resumes, etc. for you to directly download. See example outputs on https://www.gpt2office.com/
Tech Resume Advisor
A specialized advisor for tech resumes, offering detailed, interactive content feedback.
Arrow | Your Career Pathway Finder
Upload your CV for personalized, local job recommendations.
Pharma Talent Coach
As the Pharma Talent Coach, I specialize in career coaching for the pharmaceutical and biotechnology industries. I offer resume analysis and interview coaching. By Glen Osiemo
Job Seeker - Sales
CV writing expert for sales roles, offering detailed, personalized advice.
Expert in job search and career advice
I assist in job searching, resume tips, and interview prep.
Resume ATS Optimizer + CV PDF Creator
Professional Resume & CV Assistant 📝 Optimize for ATS 🤖 Tailor to Job Descriptions 🎯 Compelling Content ✨ Interview Tips 💡
CV & Resume ATS Optimize + 🔴Match-JOB🔴
Professional Resume & CV Assistant 📝 Optimize for ATS 🤖 Tailor to Job Descriptions 🎯 Compelling Content ✨ Interview Tips 💡