A hybrid lexical & semantic search system for survey items.
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This project implements a multilingual, hybrid lexical & semantic search system for over 80,000 survey items (i.e., variables) from surveys such as Eurobarometer, ISSP, EVS, and more.
After installing dependencies and running the web app, you can immediately use it by navigating to http://localhost:8000.
- Clone the repo
git clone https://github.com/vadis-project/variable-search-demo.git
- Create and activate a virtual environment
python3 -m venv venv source /venv/bin/activate
- Install python packages
pip install -r requirements.txt
Run the application on a specified port (e.g., port 8000) and navigate to http://localhost:8000:
streamlit run app.py --server.port 8080
You can configure additional settings in config.py
.
MIT license. See LICENSE
for more information.
Tornike Tsereteli - [email protected]