Skip to content

Repository files navigation

Welcome in Mentra AI

⚠️ you must update the base_url in the ```studio_app.py```, ```main.py``` file

and you must intializae .env file

```.env``` In [```src``` , ```docker```] folder


🤖 To let the project work

In Fastapi

python -m venv .venv
.venv\Scripts\activate
cd src
pip install -r requirements.txt

If Using UV 🚀

uv venv
./.venv/Scripts/activate
cd src
uv pip install -r requirements.txt
uvicorn main:app --port 8001 -- reload

to use docker

cd ..
cd docker 
docker compose up -d --build

to stop docker

cd ..
cd docker 
docker compose down

to use langgraph studio 🤖

cd ..
cd src
langgraph dev

About

AI-powered platform for personalized learning, adaptive roadmaps, and smart quiz-based progression.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages