Skip to content

Commit

Permalink
Correct shield.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Oosterop committed Nov 21, 2023
1 parent 9db0eac commit 642b461
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
<!-- SHIELDS HEADER -->
<div align="center">

[![Current Release][release-shield]][release-url] [![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url] [![LinkedIn][linkedin-shield]][linkedin-url] [![PyPI - Python Version][pypi-python-shield]][https://pypi.org/project/crewcal/] [![PyPi - Package Version][pypi-version-shield]][https://pypi.org/project/crewcal/] [![PyPi - License][pypi-license-shield]][license-url]
[![Current Release][release-shield]][release-url] [![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url] [![LinkedIn][linkedin-shield]][linkedin-url]

![PyPI - Python Version][pypi-python-shield]
![PyPi - Package Version][pypi-version-shield]

[![PyPi - License][pypi-license-shield]][license-url]

[release-shield]:https://img.shields.io/github/release/EJOOSTEROP/crewcal.svg
[release-url]:https://github.com/EJOOSTEROP/crewcal/releases
Expand Down Expand Up @@ -43,7 +48,7 @@
<h3 align="center">crewcal</h3>

<p align="center">
Convert an airline crew schedule pdf into iCalendar format.
Convert an airline crew schedule pdf into iCalendar format using a machine learning Large Language Model.
<br />
<a href="https://github.com/EJOOSTEROP/crewcal"><strong>Explore the docs »</strong></a>
<br />
Expand Down Expand Up @@ -100,7 +105,7 @@

<div>

Convert an airline crew schedule pdf into iCalendar format. An LLM (Large Language Model, specifically OpenAI's gpt-3.5-turbo) is used to extract the schedule information. iCalender files are recognized by most calendar systems (iOS, Android, Google, ++) and will create the flights on your phone/device calendar.
Convert an airline crew schedule pdf into iCalendar format using a machine learning Large Language Model. An LLM (Large Language Model, specifically OpenAI's gpt-3.5-turbo) is used to extract the schedule information. iCalender files are recognized by most calendar systems (iOS, Android, Google, ++) and will create the flights on your phone/device calendar.

The PDF schedule does not need to follow a very prescribed structured format.

Expand Down

0 comments on commit 642b461

Please sign in to comment.