Youtube link here (video in French).
In order to have the application work on your system :
- Create a Neo4j database and import the data from the file
data/whole_database.jsoninto it. - Check that the connection to the database is correct in the file utils/neo4j.py
- Create a file named
config.pyin theutils/ChatGPTdirectory. It should contain the following variable :
API_KEY = "your_OpenAI_API_key"- Make sure to have all the required packages installed.
- Run the file
app.pyusing streamlit (streamlit run app.py).
Application developed by Anne-Sophie Dusart, Sokhna Fàtmà Joo'p, Chloé Michel, Auguste Verdier and Ludovic Tuncay from the [@M2-IMA] class.