Skip to content

xsuryanshx/QA_JSON_BOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QA-JSON BOT

AI Question Answering model that answers the important questions related to input files.

Running Locally

Follow these steps to set up and run the service locally :

Prerequisites

  • Python 3.8 or higher
  • Git

Installation

Clone the repository :

https://github.com/xsuryanshx/qa_json_bot.git

Navigate to the project directory :

cd QA_JSON_BOT

API Reference

Open your web browser and run the link to test the API, additionally you can use Postman for this as well.

http://0.0.0.0:600/docs

Create a virtual environment :

python -m venv .venv
.\.venv\Scripts\activate

Install the required dependencies in the virtual environment :

pip install -r requirements.txt

pip install -r packages.txt

Launch the chat service locally :

streamlit run streamlit_qa.py

That's it! The service is now up and running locally. 🤗

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages