Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kai

Find a detailed explanation of the project in our team's confluence page here.

Please follow these steps mentioned below to run this project in your local.

Installation

Clone the repository

git clone https://github.com/VamsiPranav/kai.git
cd kai

Create a Virtual Environment and activate it

python3 -m venv .venv
source .venv/bin/activate

Install python dependencies

python3 -m pip install -r requirements.txt

Install npm dependencies for Front-End

npm install

Install Ollama and run the below script to download llm model

ollama pull llama3.1:8b

Execution

Start the Back-End server for langchain via Flask

python3 app.py

Start the Front-End server in another terminal

python3 -m http.server

Open the below link in a browser
http://localhost:8000

About

Gen AI Hackathon

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages