The project "Singularity Odyssey" is an integrated application that combines calendar, natural language processing, intelligent recommender, and personal memo functionalities.
Inspired by astronomical phenomena and literary philosophical concepts, it aims to enhance the quality of life for users, promoting personal growth and social connection through the power of technology.
-.Compressed.with.FlexClip.mp4
Node.js
flask
Our project is based on several submodules, which need to be run separately.
cd frontend
npm install
npm start
cd calendar-ui
npm install
npm run dev
cd llm-ui
npm install
npm start
cd memo-ui
npm install
npm start
cd backend
python app.py
After built the project, you can also run it automically.
./run.sh