neverabsolute / quants

Query the AI Camp Expert Course Notion with natural language prompts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository for QUANTS

🧠 QUANTS is the Q&A (for) Notion (to) Train Students.

Powered by Langchain, this project allows you to query the AI Camp Expert Course with natural language prompts.

This project is based off of notion-qa by Harrison Chase.

Environment Setup

Backend

Install Python dependencies by running pip install -r requirements.txt

Export your OpenAI API key to the script by running export OPENAI_API_KEY=... You'll need an OpenAI account to get access to an API Key, which you can make here.

⭐ You may need an API Key without rate limits! ⭐

Local Server

Launch the Django server inside backend:

python3 manage.py runserver

Launch the React server inside frontend:

npm run dev

Navigate to the frontend link provided in your browser, and paste your question in the text box. Hit ask, and get your answer! 😁

Written by Alex Zhou, David Kim, and Gokul Prasad

About

Query the AI Camp Expert Course Notion with natural language prompts.


Languages

Language:Python 67.5%Language:TypeScript 27.2%Language:SCSS 2.6%Language:JavaScript 1.2%Language:HTML 0.9%Language:Dockerfile 0.6%Language:Shell 0.1%