joshuatshaffer / semantic-search

A little test project to try out semantic search.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

# Create a virtual environment.
python3 -m venv .venv
# Activate the virtual environment.
source .venv/bin/activate
# Install the dependencies.
pip install -r requirements.txt

Run

# Make sure the virtual environment is active in the current shell.
source .venv/bin/activate
# Run the application.
python test.py

To do

Make a UI for displaying the plays. Breakup plays in to one web page for each SCENE. Convert XML to HTML.

About

A little test project to try out semantic search.


Languages

Language:Clean 36.4%Language:HTML 28.6%Language:Python 25.6%Language:XSLT 8.9%Language:CSS 0.5%