Git Product home page Git Product logo

udemy-llm-apps's Introduction

udemy-llm-apps + my sample app

  • Here is a sample app that I created while taking the Udemy course "ChatGPTのAPIで5つのアプリを作ってみよう!JSON生成、属性抽出、独自文書Q&A、SQL生成、AIエージェント" by しま (大嶋勇樹)
  • My sample app is a simple chatbot that can post to X automatically based on the user's input with Google Calendar API and X API.

How to use

This app is on th dev container, so you can run it on your local machine.

  1. Clone this repository
  2. Open the repository in VS Code
  3. Open the dev container
  4. Run the app
$ poetry run streamlit run home.py 
  1. Access the app on your browser like http://localhost:8501/post_x_with_calendar

Note

  • This app is just a sample app and not for practical use.
  • This app is running with make and OpenAI's API so you need to set up the make automations.
  • You need to write these secrets or make URLs in the .streamlit/secrets.toml file.
OPENAI_API_KEY = "your_openai_api_key"
MAKE_WEBHOOK_CALENDAR_URL = "your_make_webhook_calendar_url"
MAKE_WEBHOOK_CALENDAR_SEARCH_URL = "your_make_webhook_calendar_search_url"
MAKE_WEBHOOK_X_URL = "your_make_webhook_x_url"

udemy-llm-apps's People

Contributors

fuzzy31u avatar

Watchers

 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.