https://github.com/viktorholk/talent-tune
https://github.com/viktorholk/talent-tune
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/viktorholk/talent-tune
- Owner: viktorholk
- Created: 2024-01-15T09:28:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T15:01:08.000Z (over 2 years ago)
- Last Synced: 2024-10-25T06:00:20.121Z (over 1 year ago)
- Language: Svelte
- Size: 709 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Talent Tune
Talent Tune is a school project aimed at utilizing GPT-3.5 to analyze job descriptions and applicant resumes, providing feedback to users. The web application allows users to login, interact with the job assistant AI, browse job listings, and much more.
## Features
- **User Login:** Users can create accounts and log in to access various features.
- **Job Assistant AI:** Utilizes GPT-3.5 to analyze job descriptions and applicant resumes, providing feedback to users.
- **Job Listings:** Users can browse job listings within the application.
- **Company Login:** Companies can create job listings, browse user profiles, and review uploaded PDF documents.
## Tech Stack
- **Frontend:** The web app is built using Svelte.
- **Backend:** Node.js with Express is used for the backend logic.
- **Database:** MongoDB is used as the database.
- **Redis:** Redis is used to store Assistant chat context.
