Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 489 Bytes

readme.md

File metadata and controls

34 lines (29 loc) · 489 Bytes

Free AI Finder

  • A directory of all free AI tools

Tech Stack

  • Python Flask
  • Jinja2 Templating
  • Bootsrap CSS framework
  • Supabase Self Hosted Database

Folder structure

- freeaifinder/
  - app/
    - static/
      - css/
        - style.css
      - js/
        - main.js
    - templates/
      - tools.html
      - base.html
    - __init__.py
    - routes/
      - __init__.py
      - main.py
  - .env
  - requirements.txt
  - readme.md
  - config.py
  - run.py