https://github.com/muhammadawaisshaikh/skill-quiz-gemini-python-react
A dynamic quiz platform can provide a valuable tool for evaluating knowledge, identifying strengths and weaknesses, and fostering a culture of learning. In this article, we'll delve deeper into the process of building such a platform using Python's FastAPI framework and Gemini's powerful language model capabilities.
https://github.com/muhammadawaisshaikh/skill-quiz-gemini-python-react
ai artificial-intelligence fastapi gemini genai google-ai python
Last synced: 4 months ago
JSON representation
A dynamic quiz platform can provide a valuable tool for evaluating knowledge, identifying strengths and weaknesses, and fostering a culture of learning. In this article, we'll delve deeper into the process of building such a platform using Python's FastAPI framework and Gemini's powerful language model capabilities.
- Host: GitHub
- URL: https://github.com/muhammadawaisshaikh/skill-quiz-gemini-python-react
- Owner: muhammadawaisshaikh
- Created: 2024-09-10T03:26:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T03:48:05.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T15:54:09.712Z (about 1 year ago)
- Topics: ai, artificial-intelligence, fastapi, gemini, genai, google-ai, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# skill-quiz-gemini-python-react
A dynamic quiz platform can provide a valuable tool for evaluating knowledge, identifying strengths and weaknesses, and fostering a culture of learning. In this article, we'll delve deeper into the process of building such a platform using Python's FastAPI framework and Gemini's powerful language model capabilities.
# run FAST API Server
uvicorn skill-quiz:app --reload