Skip to content

semantic-systems/ask-dblp

Repository files navigation

ASK-DBLP: A natural language interface for DBLP KG.

How to run

Run this project by simply following the instructions:

# clone the repository
# create virtual environment
# activate virtual environment
pip install -r requirements.txt

cp .env-example .env

Modify the .env file and ad your keys and variables there. Then run the app:

python app.py

Go to the root directory of your Next.js project. Create a file named .env.local (if it doesn't already exist). Add your environment variable, for example: API_URL=http://127.0.0.1:5000 and save the file.

Open another Terminal:

cd dblp-nli-app
npm run dev

Then, you can now view the DBLP SPARQL generation app in your browser at http://localhost:3000.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •