{"id":18390153,"url":"https://github.com/orlovt/ai-markdown","last_synced_at":"2025-09-13T15:42:27.285Z","repository":{"id":228119208,"uuid":"773220362","full_name":"orlovt/ai-markdown","owner":"orlovt","description":"Simple online markdown editor with additional functionality like: spech2text from a YouTube url and inline calls to an LLM. ","archived":false,"fork":false,"pushed_at":"2024-03-18T15:49:53.000Z","size":1841,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T06:49:37.858Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orlovt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-17T04:00:26.000Z","updated_at":"2024-03-17T04:03:21.000Z","dependencies_parsed_at":"2024-03-17T07:12:34.530Z","dependency_job_id":"8e485b76-cbf6-4dab-99a7-1e8a5c26af71","html_url":"https://github.com/orlovt/ai-markdown","commit_stats":null,"previous_names":["orlovt/ai-markdown"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orlovt%2Fai-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orlovt%2Fai-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orlovt%2Fai-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orlovt%2Fai-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orlovt","download_url":"https://codeload.github.com/orlovt/ai-markdown/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248530605,"owners_count":21119595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T01:46:30.950Z","updated_at":"2025-04-12T06:49:41.395Z","avatar_url":"https://github.com/orlovt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI-Based Markdown Editor\n\n## Introduction\n\nThis project presents an AI-Based Markdown Editor, a web-based tool designed to enhance the writing and editing process through advanced AI features. Built with HTML, CSS, Django, Python and JavaScript, this editor integrates cutting-edge AI models and APIs to provide functionalities like speech-to-text transcription, real-time language processing, and more, aimed at increasing productivity while notetaking. \n\n## Features\n\n- **Transcribe Video**: Leverages the OpenAI Whisper model for speech-to-text to transcribe audio from a video into markdown format.\n- **Inline LLM Calls**: Utilizes OpenAI's GPT-3.5-turbo for processing natural language queries and embedding responses directly into the editor.\n- **Save and Load Markdown Files**: Offers functionality to save your current work as a Markdown file and load existing Markdown files into the editor.\n- **Toggle Preview**: Enables a split-screen mode to preview your Markdown content in real-time.\n- **Export to PDF**: Converts your Markdown documents into PDF format for easy sharing and printing.\n\n## Getting Started\n\n\n1. Clone the repository to your local machine:\n   ```bash\n   mkdir ai-editor\n   git clone https://github.com/orlovt/ai-markdown.git\n   ```\n2. Set up your virtual environment:\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n   ```\n3. Install dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n4. Add your OpenAI API key to `vid_transcript/transcript_app/views.py`. You can find instructions on how to obtain this key from the OpenAI documentation.\n5. Start the Django webserver:\n   ```bash\n   python manage.py migrate  # Apply database migrations\n   python manage.py runserver\n   ```\n6. Navigate to `http://127.0.0.1:8000` in your web browser to view the application.\n\n## Skills Demonstrated\n\n- Connecting to and utilizing APIs and AI models, such as OpenAI's `Whisper` and `GPT-3.5-turbo`.\n- Front-end web development using `HTML, CSS`, and `JavaScript`.\n- Backend logic with `Python` and `Django`. \n- Implementing a user-friendly interface and ensuring a seamless user experience.\n\n\n## Future Improvements\n\n- Introduce more AI-based features to further assist with content creation.\n- Enhance the user interface for a more engaging and intuitive experience.\n\n## How to Contribute\n\nProvide instructions for how others can contribute to your project. Include guidelines for submitting issues, pull requests, and any coding standards or practices they should follow.\n\n## License\n\nState the license under which your project is available. Open-source projects typically use licenses like MIT, GPL, or Apache 2.0. Provide a link or a full copy of the license text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forlovt%2Fai-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forlovt%2Fai-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forlovt%2Fai-markdown/lists"}