Inspiration
Business analysts often have to take a long time looking for the data they need, especially when it comes to managing transportation in the supply chain management industry. Using easy memo, that process becomes a lot easier due to the predefined queries and generative AI summaries that this program uses.
What it does
Takes information from a supply database and gives information about products, customers, and the supply chain itself.
How we built it
Using, HTML, Flask, openAI and Postgresql we executed the following steps 1. Ask user for what information should be included in the memo 2. Query the database to gather all relevant data 3. Compare the information to previous queries to generate analytics 4. Send the analysis to a trained LLM that will produce a memo 5. Write the memo to a txt file 6. Return the file to the user
Challenges we ran into
- originally we planned on using a google cloud generative AI, but the tokens never arrived so we had to make use of Open AI instead ## Accomplishments that we're proud of This was my first time making requests to an external API and I learned a lot about using others code in my own code ## What we learned I learned that it is okay not to know how to do anything and that there are multipleways to do the same thing
Log in or sign up for Devpost to join the conversation.