Skip to content

Portfolio of Python projects, primarily focused on demonstrating various AI implementations.

License

Notifications You must be signed in to change notification settings

saadjoe/sample-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Projects

This repository serves as a portfolio of Python projects, primarily focused on demonstrating various AI implementations with a user interface powered by Flet.

Projects

  • Image Recognition: Choose an image and predict the objects within it.

Installation

To run any of the projects in this repository, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/saadjoe/sample-projects.git
  2. Navigate to the project directory:

    cd sample-projects
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Navigate to the project:

    cd apps/<project-name>
  2. Run the project:

    flet run

Project Structure

  • apps/: The folder containing the sample projects.
  • LICENSE: The license file specifying terms and conditions for using the code.
  • README.md: The current file, serving as project documentation.
  • requirements.txt: Lists the required dependencies for the project.

License

This repository is licensed under the MIT License. You are welcome to use and modify the code for your own projects. If you find this repository helpful, consider giving it a star!

Thank you for exploring the sample-projects repository! If you have any questions or feedback, feel free to create an issue or reach out to saadjoe.

About

Portfolio of Python projects, primarily focused on demonstrating various AI implementations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages