Skip to content

robincwillis/ginlane-ai-poc

Repository files navigation

📄 Gin Lane AI

We’re here to help you with any and all requests related to: brand, interactive, positioning.

Setup

  1. Create an environment using venv

    $ python -m venv .venv
    
  2. Activate your environment

    $ source .venv/bin/activate
    
  3. Run the Python interpreter and type the commands: (pretty sure this is needed for RecursiveCharacterTextSplitter in document_chunker.py)

    >>> import nltk
    >>> nltk.download('punkt')
    

How to run it on your own machine

  1. Install the requirements

    $ pip install -r requirements.txt
    
  2. Run the app

    $ streamlit run streamlit_app.py
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published