An offline based LLM tool for generating responses for network not connected over the internet.
Run the Project
Clone the project
git clone https://github.com/neokd/Project_LLM.gitGo to the project directory
cd Project_LLMcd backendInstall dependencies
pip install -r requirements.txtStart the server
uvicorn app:app --reloadcd frontendInstall dependencies
npm installStart the client
npm run dev