Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LLM Analysis #4

Open
1 of 3 tasks
Lucs1590 opened this issue May 18, 2024 · 2 comments · May be fixed by #6
Open
1 of 3 tasks

Add LLM Analysis #4

Lucs1590 opened this issue May 18, 2024 · 2 comments · May be fixed by #6
Assignees
Labels
enhancement New feature or request

Comments

@Lucs1590
Copy link
Owner

Lucs1590 commented May 18, 2024

Description

The idea is that after converting the file to be exported to training peaks, ask the athlete if he wants to have feedback from an LLM (GPT4 or SportBERT) regarding the training performed.
At first I would send the entire tcx file, but the number of tokens would be very high and the service would be very expensive. Therefore, the idea is to summarize by points (as in the medium article) and send this in the prompt for LLM to analyze.
If the user chooses that he wants to have the LLM analysis, add the question "was there anything planned for this training?" so that this will also enrich the prompt.

TO-DO

  • Parse the tcx or gpx file;
  • Test both LLMs;
  • Write LinkedIn and Medium post.

Prompt

Based on the following data that is related to a {sport} training session, carry out an analysis highlighting positive points, where the athlete did well and where he did poorly and what he can do to improve in the next {sport}.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Resources

@Lucs1590 Lucs1590 added the enhancement New feature or request label May 18, 2024
@Lucs1590 Lucs1590 self-assigned this May 18, 2024
Copy link

Thanks for contributing this issue! We will be replying soon.

@Lucs1590 Lucs1590 linked a pull request May 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant