ASKGPT is a chatbot application similiar to ChatGPT where, I have used Falcon-7b pretrainned model for question answering tasks.
Installation Information:
The 360-degree multiview images of an object are transformed into a .npz file using COLMAP, which consists of images, poses, and focal lengths.
Requirement:
Docker and Kubernetes should be installed and configured. (Also, required ingress-nginx installed for Windows and MacOS users and enabled in Ubuntu)
Clone the project and install it locally by using
git clone https://github.com/Ishan25j/ASKGPT-App.git
Go to every node services folder (i.e auth, client, communication-srv, and report) and install required package using
npm install
Note: Common folder is the submodule which orginally shared the common source code between each services which has been published on npm websites. Nothing that much important if you delete that submodule.
After testing and installing package make you you have ingress-nginx enable on your system. Now go to you host file
In Windows: C:\Windows\System32\Drivers\etc\hosts In Linux\MacOS: \etc\hosts Edit it at the bottom add 127.0.0.1 askgpt.dev and save it
If you are using minikube then run minikube ip And use that ip instead of 127.0.0.1 (i.e. minikube_ip eventure.dev)
So, this edit tries to run eventure.dev locally instead of finding it online via browser
Now after completing all the above steps and configuration, let's run the application.
Next Project