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.
Generate quizzes from PDF documents using AI.
Directory: /pdf-doc-quiz/
Create custom recipes based on available ingredients and preferences.
Directory: /genai-recipeapp/
Generate custom quizzes on various topics using AI.
Directory: /ai-quiz/
Create personalized workout routines using AI.
Directory: /exercise-4-free/
-
Clone this repository:
git clone https://github.com/yourusername/ai-pocs.git cd ai-pocs
-
Each project is contained in its own directory. Navigate to a project directory to work on it specifically.
-
Follow the individual README instructions within each project directory for specific setup steps.
To view the landing page and access all projects:
-
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.
-
Open a web browser and go to
http://localhost:8000
-
You should see the landing page with cards for each project. Click on a project card to view that specific POC.
- HTML5
- CSS3
- JavaScript
- Various AI and Machine Learning libraries (specific to each project)
This is a personal project showcase. However, if you have suggestions or find bugs, please open an issue in the repository.
This project is open source and available under the MIT License.