The backend for the CogniCraft app.
Any features checked off means they're completed.
- [] Create a simple course with examples and practice problems on any topic you'd like to learn about!
- [] Ask questions about your course via RAG!
- [] Share your courses with others by marking them public or private!
CogniCraft is an application that uses generative AI to create custom learning plans about ANY topic!
"CogniCraft" combines "Cognition" (relating to learning and knowledge) with "Craft" (suggesting customization and skillful creation).
- Set up Ollama and install Llama 3.1 8b
- Install requirements.txt
- Fill out .env file
- Enter
fastapi dev app/main.py
to run the dev server.