Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.12 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.12 KB

query-app-ai

A web application providing syntax for keywords in various languages

Running the application using docker

Use the following command to create the docker container

docker-compose up --build

To destroy the container run

docker-compose down

Running the applicatiom

make sure you have django , python 3.9 and openai library installed else install those using below

  1. pip install django

  2. pip install openai

  3. create an API key on this site : https://beta.openai.com

  4. Open views.py in QueryForm directory and paste the API key in variable API_KEY. check this path : GetQuery/QueryForm/views.py

  5. If you can't find the views.py file, open the folder in pycharm and click on TODO tab at bottom of pycharm then paste the key

  6. open terminal at the level where manage.py is present

  7. hit command : python3 manage.py runserver

Screenshot 2022-12-30 at 7 44 39 PM

WhatsApp.Video.2022-12-30.at.6.28.39.PM.mp4