https://github.com/joekakone/research-engine
Moteur de recherche intelligent
https://github.com/joekakone/research-engine
annoy python recommendation-system search-engine
Last synced: 3 months ago
JSON representation
Moteur de recherche intelligent
- Host: GitHub
- URL: https://github.com/joekakone/research-engine
- Owner: joekakone
- Created: 2021-06-10T12:54:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-11T08:16:07.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T04:33:01.761Z (5 months ago)
- Topics: annoy, python, recommendation-system, search-engine
- Language: Python
- Homepage:
- Size: 2.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intelligent Research Engine

Moteur de recherche intelligent## Description
On June 2019, Elom and I worked on an intelligent patrimoine search using picture...## Setup environment
```sh
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
```## Launch
```sh
bokeh serve app
```
Then go to [`http://localhost:5006/app`](http://localhost:5006/app)