Our work builds a comprehensive electricvehicle(EV) data platform, with which the user could visualizeand predict significant information of relevant fields, and talk to our LLM-based chatbot on relevant topics.
- langchain
- langchain_community
- langchain-openai
- openai
- pypdf
- faiss-cpu(or faiss-gpu)
- flask
- numpy
- pandas
- sklearn
- joblib
- datetime
$ cd 'web UI'
$ python3 app.py
Then visit http://127.0.0.1:5000 (Required to modify the OpenAi api key to your own key in app.py in advance.)