https://github.com/sloganking/ai-startup-mvp
https://github.com/sloganking/ai-startup-mvp
flask machine-learning stripe
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sloganking/ai-startup-mvp
- Owner: sloganking
- Created: 2019-10-05T00:48:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T07:02:42.000Z (about 5 years ago)
- Last Synced: 2025-03-22T14:43:45.886Z (over 1 year ago)
- Topics: flask, machine-learning, stripe
- Language: HTML
- Size: 240 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# AI-Startup-MVP
## Features
- Encrypted user authorizaton
- Database initialization
- New user signup
- User login/logout
- User settings
- Modern user interface
- Bulma framework
- Limited custom css/js
- Easily customizable
## Setup
```
git clone https://github.com/SleepingFox88/AI-Startup-MVP
cd AI-Startup-MVP
pip install -r requirements.txt
python app.py
```