Skip to content

SanjinDedic/AI_POC

Repository files navigation

Sanjin's A.I. POCs

This repository contains a collection of Artificial Intelligence Proofs of Concept (POCs) developed by Sanjin. These projects demonstrate various applications of AI in different domains.

Projects

1. PDF Quiz Generator

Generate quizzes from PDF documents using AI.

Directory: /pdf-doc-quiz/

2. AI Recipe Generator

Create custom recipes based on available ingredients and preferences.

Directory: /genai-recipeapp/

3. AI Quiz Generator

Generate custom quizzes on various topics using AI.

Directory: /ai-quiz/

4. Fitness For Free

Create personalized workout routines using AI.

Directory: /exercise-4-free/

Setup

  1. Clone this repository:

    git clone https://github.com/yourusername/ai-pocs.git
    cd ai-pocs
    
  2. Each project is contained in its own directory. Navigate to a project directory to work on it specifically.

  3. Follow the individual README instructions within each project directory for specific setup steps.

Running the Projects

To view the landing page and access all projects:

  1. Ensure you have a local server set up. You can use Python's built-in HTTP server:

    python -m http.server 8000
    

    Or use any other local server of your choice.

  2. Open a web browser and go to http://localhost:8000

  3. You should see the landing page with cards for each project. Click on a project card to view that specific POC.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript
  • Various AI and Machine Learning libraries (specific to each project)

Contributing

This is a personal project showcase. However, if you have suggestions or find bugs, please open an issue in the repository.

License

This project is open source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published