Spaces:
Sleeping
Sleeping
| title: Codingprep | |
| emoji: π» | |
| colorFrom: purple | |
| colorTo: yellow | |
| sdk: streamlit | |
| sdk_version: 1.40.1 | |
| app_file: app.py | |
| pinned: false | |
| license: mit | |
| project/ | |
| βββ app.py # Main entry point for the Streamlit app | |
| βββ prompts.py # Contains prompt-related text (e.g., technical_interviewer_prompt) | |
| βββ question_handler.py # Handles question generation and metadata processing | |
| βββ embeddings_utils.py # Utilities for embeddings and similarity calculations | |
| βββ code_executor.py # Handles code execution and test case validation | |
| βββ requirements.txt # Python dependencies | |
| βββ utils/ | |
| βββ openai_client.py # OpenAI client setup and response generation | |
| βββ model_loader.py # SentenceTransformer model loading | |
| βββ constants.py # Constants like file paths or default values | |