sdan / yecombinator

Home Page:https://yecombinator.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yecombinator

search all of kanye's tweets and lyrics with vlite2, a simple vector db

Setup

  1. Install the Python dependencies:
pip install -r requirements.txt
  1. Run the Flask application:
python main.py

The application will be accessible at http://localhost:5000.

Usage

To build and run the Docker image:

  1. Build the Docker image:
docker build -t my-flask-app .
  1. Run the Docker container:
docker run -p 5000:5000 my-flask-app

The application will be accessible at http://localhost:5000.

GitHub Actions

The GitHub Actions workflow in .github/workflows/build.yaml builds the Docker image whenever you push to the main branch.

License

This project is licensed under the terms of the MIT license.

About

https://yecombinator.com

License:MIT License


Languages

Language:Jupyter Notebook 99.8%Language:HTML 0.1%Language:Python 0.1%Language:CSS 0.0%Language:Dockerfile 0.0%