🧠 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.
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! ⭐
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! 😁