Skip to content

daytimedrinkingclub/freeaifinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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