This is a small experimentation to learn and understand the Indian Constitution with AI.
Tech used:
- Langchain
- OpenAI gpt-3.5-turbo
- Pinecone
Constitution file downloaded from : https://constituteproject.org/
To run the repo:
- Install the required deps : pinecone-client, openai, langchain.
- Run
python server.py
- Open
frontend/constitutionai
- Run
npm install
- Run
npm run dev
The code is trash in many places, just wanted to have something up and running.