Giter VIP home page Giter VIP logo

ai-hackathon-starter-kit's Introduction

๐Ÿ›ฃ๏ธ The Fork in the Road ๐Ÿด

Building an application leveraging Language Learning Models (LLMs) poses an important decision to make. If you're developing an application using off-the-shelf OpenAI API capabilities like querying GPT-3.5 or GPT-4, you can comfortably rely on the Node.js example application. If you're looking to go down a more custom path, then the Python example application provides a better starting point.

1๏ธโƒฃ Node.js-React App: Your Fast Lane ๐Ÿš€

This starter app serves as an excellent base for web apps leveraging readily available APIs such as OpenAI, ElevenLabs, and Pinecone.

๐Ÿ“ฆ What's in the box? A nimble Node.js Express app that embeds data with OpenAI, stores that info in Pinecone, and offers a simple frontend to return top results for a given query.

2๏ธโƒฃ Python-React App: The Road Less Traveled ๐ŸŒณ

If your ambitions are set towards leveraging Open Source Software (OSS) models such as Falcon LLM, models on HuggingFace, LangChain, or custom models that aren't wrapped neatly in an API, then this is your starting point. This approach requires more legwork but grants you maximum flexibility in implementation.

A Python backend is a robust choice for a hackathon setting, it frees you from the nitty-gritty details of tokenizing input, pickling the model, and more. Thanks to Python libraries like HuggingFace, most of this is already handled for you.

๐ŸŽ What's in the box? A streamlined Python Flask App that exposes Falcon LLM via an API endpoint, coupled with a React App allowing users to submit a question and receive a response from Falcon LLM.

๐ŸŽˆ Extras ๐ŸŒˆ

In addition to the two starter apps, we've included some extra integrations for your convenience. These currently cover the following topics:

1๏ธโƒฃ Pinecone ๐ŸŒฒ

Stay tuned for more exciting extras! โณ

ai-hackathon-starter-kit's People

Contributors

peytoncasper avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.