Karia AI is a Career Advisor App for students to discover career paths that fits their interest and background.
- React Frontend Dependencies are managed through yarn (not NPM) as we rely on yarn workspace for managing the entire monorepo
- Python Backend Dependencies is managed through pipenv
- Entire Monorepo is managed through yarn workspace
- clone this repo by running
git clone [https://github.com/tosinamuda/datafest-llm-workshop.git](https://github.com/useentropy/kariaai/)
- Change your directory to kariaai by running:
cd kariaai
- Run
yarn
to install all the dependencies - Copy the
.env.sample
to.env
and replace theOPENAI_API_KEY
orCF_API_KEY
(Cloudflare API Key, include your CF Account ID if using cloudflare ) in .env with your own API Key - Run ``yarn dev` to start a development environment
- If everything runs well, visit localhost:8000/docs for the apis and localhost:5173 for the frontend
- Run ``yarn start` to start a production-ready environment