Skip to content

krullgit/Calimanic---Workout-with-AI

Repository files navigation

Logo

CALIMANIC

This is a workout app for athletes who want to motivate each other. You can create a new workout plan and send it so a friend, so that you both have to do a certain amount of repetitions. It uses the neural network posenet to superwise the workout, so that nobody can cheat and the reps are counted properly. The app is built with Jamstack (JavaScript, API & Markup), serverless functions (for notifications and database handling), fauna (database 💾), and published with netflify 🌊.

demo

** Notes: **
- use Chrome 💡
- on iOS, notifications are not working


Quick Links




📖 Table of Contents

Table of Contents
  1. ➤ Getting Started
  2. ➤ Roadmap
  3. ➤ License
  4. ➤ Acknowledgements

-----------------------------------------------------

Getting Started

Linux installation:

yarn install # install package into the "/node_modules" folder
npm install netlify-cli@2.58.0 -g # install netlify package globally
sudo netlify init # create the "/.netlify" folder
sudo netlify build # build serverless functions into the "/.netlify" folder
sudo netlify dev # and select "yarn build" to build the website into the dist folder
sudo netlify dev # and select "yarn watch" to start the server

The website is running now, here:

http://localhost:8888/

Run

Troubleshooting

  • If you have any problems with the netflify, try to reinstall it:
    • Therefore delete netlify folder: usr/local/lib/node_modules/netlify-cli

-----------------------------------------------------

Roadmap

See the open issues for a list of proposed features (and known issues).

-----------------------------------------------------

License

No license so far.

-----------------------------------------------------

Acknowledgements

Thanks for these awesome resources that were used during the development of the Amazing GitHub template:

-----------------------------------------------------

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published