The Hi! Paris Expert Finder platform is a smart research engine designed to search for researchers affiliated with Hi! Paris who work in a specific field and closely related areas.
pip install uvgit clone https://github.com/hi-paris/Hi-Paris-Research-Finder.git
cd Hi-Paris-Research-Finder- Create a uv virtual environment
uv venv- Activate it:
.\.venv\Scripts\activateuv syncCreate a .streamlit/secrets.toml file:
APP_PASSWORD="Add_Password"
google_sheet_url="link_to_csv_list"python -m streamlit run app.py.
├── app.py
├── search.py
├── utils.py
├── pyproject.toml
├── logo/
│ ├── icon_hi_search.png
│ └── logo_hi_paris.png
└── README.md