{"id":24911240,"url":"https://github.com/maklonfr/deepseek-r1-flask","last_synced_at":"2026-04-13T16:35:52.300Z","repository":{"id":275328329,"uuid":"925763213","full_name":"MaklonFR/deepseek-R1-flask","owner":"MaklonFR","description":"Creating a Deepssek Model chatbot with Ollama using Flask","archived":false,"fork":false,"pushed_at":"2025-02-02T02:53:11.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T03:27:10.870Z","etag":null,"topics":["css","deepseek-r1","flask","html","ollama"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MaklonFR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-02-01T17:31:16.000Z","updated_at":"2025-02-02T02:53:15.000Z","dependencies_parsed_at":"2025-02-01T18:45:35.420Z","dependency_job_id":null,"html_url":"https://github.com/MaklonFR/deepseek-R1-flask","commit_stats":null,"previous_names":["maklonfr/chatbot_deepseek_flask_app","maklonfr/deepseek-r1-flask"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaklonFR%2Fdeepseek-R1-flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaklonFR%2Fdeepseek-R1-flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaklonFR%2Fdeepseek-R1-flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaklonFR%2Fdeepseek-R1-flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaklonFR","download_url":"https://codeload.github.com/MaklonFR/deepseek-R1-flask/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245960690,"owners_count":20700780,"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":["css","deepseek-r1","flask","html","ollama"],"created_at":"2025-02-02T04:18:50.886Z","updated_at":"2026-04-13T16:35:52.259Z","avatar_url":"https://github.com/MaklonFR.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chatbot DeepSeek\n\nA simple Flask-based web application for interacting with a chatbot. This project uses HTML and CSS for the frontend and Flask for the backend.\n\n## Features\n\n- User-friendly interface for interacting with the chatbot.\n- Responsive design using HTML and CSS.\n- Flask backend for handling requests and responses.\n\n## Prerequisites\n\nBefore running the application, ensure you have the following installed:\n- Python (preferably version 3.7 or higher)\n- Flask (for creating the web server)\n- Ollama (for running DeepSeek locally)\n- DeepSeek Model (deepseek-r1:1.5b)\n- Text Editor/IDE (like VSCode, PyCharm, or Sublime Text)\n\n## Installation\n\n1. **Download Ollama**\n\n   **For Windows:**\n   Visit the official Ollama website https://ollama.com/download. Download the Windows installer.\n\n   After installation, verify it by running the following command in PowerShell:\n   \n   ![image](https://github.com/user-attachments/assets/31d258fd-1292-471f-9553-c9b858a4cd71)\n\n2. **Pulling and Running the DeepSeek-r1:1.5b Model**\n\n   With Ollama installed, it's time to pull the DeepSeek-r1:1.5b model and run it locally. \u003c/br\u003e\n   How to Pull the DeepSeek Model\n   - Open your terminal or command prompt.\n   - Type the following command to pull the model:\n   ```\n   ollama pull deepseek-r1:1.5b\n   ```\n   This command will download the model, which may take some time depending on your internet speed and system resources.\n   \n4. **Checking Available Models Using ollama list**\n   ```\n   ollama list\n   ```\n   This will display all the models you have pulled and installed, including their version numbers. You can use this to verify that DeepSeek-r1:1.5b is available and ready to be used.\n\n5. **Clone the repository**:\n   ```bash\n   git clone https://github.com/yourusername/deepseek-R1-flask.git\n   cd deepseek-R1-flask\n   \n6. **Set up a virtual environment:**\n   ```\n   python -m venv venv\n   source venv/bin/activate  # On Windows, use `venv\\Scripts\\activate`\n   ```\n   \n7. **Install dependencies:**\n   ```\n   pip install -r requirements.txt\n   ```\n   \n8. **Run the Flask application:**\n   ```\n   flask run\n   ```\n   \n9. **Access the application:**\n\n   Open your browser and go to\n   ```\n   http://127.0.0.1:5000.\n   ```\n\n## Result\n\n![image](https://github.com/user-attachments/assets/ff7ac66d-574b-4c77-aa67-beb45bdd3a3e)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaklonfr%2Fdeepseek-r1-flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaklonfr%2Fdeepseek-r1-flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaklonfr%2Fdeepseek-r1-flask/lists"}