An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Intelligent Research Engine
![](screenshot.jpg)
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)