https://github.com/quocvietha08/resume-analytic
📄 Resume analytic website to analytic about your personal resume and estimate your salary follow the market.
https://github.com/quocvietha08/resume-analytic
ai antd aws bedrock nextjs react react-beatutiful-dnd resume resume-builder resume-template scss
Last synced: 3 months ago
JSON representation
📄 Resume analytic website to analytic about your personal resume and estimate your salary follow the market.
- Host: GitHub
- URL: https://github.com/quocvietha08/resume-analytic
- Owner: QuocVietHa08
- Created: 2024-03-27T08:08:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T04:53:41.000Z (over 2 years ago)
- Last Synced: 2024-04-12T07:24:28.213Z (over 2 years ago)
- Topics: ai, antd, aws, bedrock, nextjs, react, react-beatutiful-dnd, resume, resume-builder, resume-template, scss
- Language: JavaScript
- Homepage: https://resume-analytic.vercel.app/
- Size: 709 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Resume Analytic
Generate detailed information about your resume with a single upload.
A simple way to review and estimate your value based on the market.
Create and download your resume based on a professional template.
## How to use
1. Upload your CV to the [website](https://resume-analytic.vercel.app/).
2. Wait for the AI will analyze your resume to understand the pros and cons.
3. Improve based on suggestions.
## Features
- Analyze your CV.
- Suggestion about the improvement in the future.
- Build your resume base on current layout.
## How it works
We use the power of AI to analyze your CV so you can be more prepared for your future job.
## Coming soon (when I have a free night)
1. Suggest the project and technology you need to learn.
2. Generate info to share with friends and family.
3. Quize to practive interview question.
4. Mobile web version.
## Requirement
1. AWS Credential (AWS Access Key Id and AWS Secret Access Key to able to access to AWS Bedrock model)
2. AWs bedrock model.
3. Convertapi Key.
## Tech Stack
1. React (NextJS) => Build FE.
2. AWS-sdk => Analyze Resume.
3. Zustand => State management.
4. Scss => Styling.
5. Antd => Build UI Form.
6. ThreeJS => Have Fun.
7. React Beautify Dnd => Build Resume Layout.
## Development
```bash
git clone https://github.com/QuocVietHa08/resume-analytic.git
cd resume-analytic
yarn
yarn dev
```