Skip to content

janghoesoo1/askwikibook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Flask app allows users to query Wikibooks(https://wikibook.co.kr/)' book information in natural language, which is then converted to SQL to query and display the results.

screenshot

How to Setup

  1. Clone repository.
git clone https://github.com/ychoi-kr/askwikibook.git
  1. Make folders.
cd askwikibook
mkdir databases settings
  1. Download database
./scripts/download_db.sh
  1. Set OpenAI API Key
cat > ./settings/OPENAI_API_KEY
<your key>
^D
  1. Install dependencies.
pip install -r requirements.txt

How to Run

  1. Start server.
python mysite/flask_app.py
  1. Open http://127.0.0.1:5000 in a web browser.

About

위키북스 도서 QA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 76.8%
  • HTML 22.5%
  • Shell 0.7%