Commit cfc3dd06 authored by Fize Jacques's avatar Fize Jacques
Browse files

UPDATE README + COMPLETE REQUIREMENTS

parent b2156af5
No related merge requests found
Showing with 20 additions and 3 deletions
+20 -3
# these_visu_matching
# Visualization Tool for heterogeneous textual data matching
Visualisation tools for matching graphs
\ No newline at end of file
This tool is a web-application that allows to visualize and browse document matching based on a specific representation and similarity measure.
# Requirements
* Python 3
* Linux and Mac OS X
* OpenOffice (for *.doc* file preview)
# Launch the program
To run the app :
```bash
python3 app.py
```
Then, open your browser at the following address : http://127.0.0.1:5000/
\ No newline at end of file
......@@ -11,7 +11,7 @@ app = Flask(__name__)
@app.route('/')
def hello_world():
return render_template("graph.html", filename="graph_files/bog.json")
return render_template("graph.html", filename="graph_files/BVLAC_MCS_str_object.npy.bz2.json")
def filename_header(filename):
format2font_awesome = {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment