OU-CS-Capstone-2024 / NOTAMyWatch

Group Capstone project at the University of Oklahoma. Project consists of creating an app that will more effectively warn pilots about airspace hazards. Using the FAA API for NOTAMs.
0 stars 0 forks source link

explore ai tools for translating NOTAMS #68

Closed Gabrieldowen closed 5 months ago

Gabrieldowen commented 5 months ago

I am going to start with openAI api to translate the NOTAM text into something more readable

Gabrieldowen commented 5 months ago

I found out I already used all my free tokens for openAI API. I am now testing Gemini which is googles ai. It has 60 requests per minute for free so it should work for us if we can combine NOTAM's

Gabrieldowen commented 5 months ago

this is not a viable option. I described the issue last thursday but to summarize there is simply to much data to send back and forth. We could use it as like an option to reword certain things but in terms of translating most of the NOTAMs it is too much. Another issue is that it is pretty slow.