Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnik01/gtop-ai
https://github.com/mnik01/gtop-ai
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mnik01/gtop-ai
- Owner: mnik01
- Created: 2024-05-28T14:04:21.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T14:04:23.000Z (6 months ago)
- Last Synced: 2024-06-06T11:03:14.397Z (5 months ago)
- Language: TypeScript
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GTOP AI
GTOP AI is a module that based on AI (OpenAI API) compares CV text and Job Description text to return match percentage.
Match means -- how attached CV relates to given job discription.## Development
1. Install packages `pnpm i`
2. Start local dev server `pnpm dev`
3. Deploy changes using `npx wrangler deploy`
4. See updated result at https://gtop-ai.mnik01.workers.dev/## Tests
Run unit tests with `pnpm test` or `pnpm test:ui`
## Pitfalls
~ 3.3s to execute
~ Limited input text sizes
~ Need more sample data to train
~ Need to add caching