summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-03Update README.mdAlphara
2024-01-03Update README.mdAlphara
2023-12-10Final demo for the presentationxAlpharax
Changes to be committed: modified: populate_prisma.js renamed: prisma/migrations/20231210070441_mig1/migration.sql -> prisma/migrations/20231210085505_mig1/migration.sql
2023-12-10Made the backend to point to the frontend after google authentication.xAlpharax
Changes to be committed: modified: backend/index.js new file: backend/prisma/migrations/20231210070441_mig1/migration.sql new file: backend/prisma/migrations/migration_lock.toml
2023-12-10Update README.md with BOLDDDAlphara
2023-12-10Merged the front-end and back-end dev environments into master.xAlpharax
Massive W for the team. Full Google Auth + other Prisma quirks and functionalities. Changes to be committed: new file: .gitattributes new file: backend/index.js new file: backend/login_pages/index.js new file: backend/package-lock.json new file: backend/package.json new file: backend/populate_prisma.js new file: backend/prisma/schema.prisma new file: backend/views/pages/auth.ejs new file: backend/views/pages/success.ejs new file: frontend/README.md new file: frontend/package-lock.json new file: frontend/package.json new file: frontend/public/favicon.ico new file: frontend/public/index.html new file: frontend/public/logo192.png new file: frontend/public/logo1922.png new file: frontend/public/logo512.png new file: frontend/public/manifest.json new file: frontend/public/robots.txt new file: frontend/src/App.css new file: frontend/src/App.js new file: frontend/src/App.test.js new file: frontend/src/Footer.css new file: frontend/src/Footer.js new file: frontend/src/components/Navbar.js new file: frontend/src/components/NavbarElements.js new file: frontend/src/components/logo192.png new file: frontend/src/index.css new file: frontend/src/index.js new file: frontend/src/logo.svg new file: frontend/src/pages/about.js new file: frontend/src/pages/contact.css new file: frontend/src/pages/contact.js new file: frontend/src/pages/courses.css new file: frontend/src/pages/courses.js new file: frontend/src/pages/index.css new file: frontend/src/pages/index.js new file: frontend/src/reportWebVitals.js new file: frontend/src/setupTests.js
2023-12-10Remade some parts of the readme and re-aligned the repo structure.xAlpharax
Changes to be committed: modified: README.md renamed: prototype.py -> ml-integrations/prototype.py new file: testing/.gitkeep new file: training/.gitkeep
2023-12-09Fixed image size being too largeAlphara
2023-12-09Update README.mdAlphara
2023-12-09weird wordingAlphara
2023-12-09Update README.md with a full segments to work afterwardsAlphara
2023-12-09Update README.md with beginning documentation and fancy logo.Alphara
2023-12-09Initial prototyping with RNN/Transformers without actual data.xAlpharax
Added an actual logo for the project. Changes to be committed: modified: .gitignore new file: assets/FreeFlowLogo.png new file: prototype.py
2023-12-09Update README.md with a template for logo placement from envycontrolAlphara
2023-12-09Initial commitAlphara