{"id":25315720,"url":"https://github.com/parvvaresh/deepspeek","last_synced_at":"2025-04-07T15:46:52.402Z","repository":{"id":276909463,"uuid":"926753293","full_name":"parvvaresh/deepspeek","owner":"parvvaresh","description":"This is a simple chatbot application built using Flask and DeepSeek AI. The application includes user authentication, a chat interface, and a deep learning model for generating chatbot responses.","archived":false,"fork":false,"pushed_at":"2025-03-04T05:48:56.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T06:30:48.516Z","etag":null,"topics":["chatbot","deepseek","flask","ollama","sqllite"],"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/parvvaresh.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-03T19:55:20.000Z","updated_at":"2025-03-04T05:48:59.000Z","dependencies_parsed_at":"2025-02-11T05:34:15.755Z","dependency_job_id":null,"html_url":"https://github.com/parvvaresh/deepspeek","commit_stats":null,"previous_names":["parvvaresh/deepspeek"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parvvaresh%2Fdeepspeek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parvvaresh%2Fdeepspeek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parvvaresh%2Fdeepspeek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parvvaresh%2Fdeepspeek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parvvaresh","download_url":"https://codeload.github.com/parvvaresh/deepspeek/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247684314,"owners_count":20979045,"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":["chatbot","deepseek","flask","ollama","sqllite"],"created_at":"2025-02-13T18:24:49.239Z","updated_at":"2025-04-07T15:46:52.385Z","avatar_url":"https://github.com/parvvaresh.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Chatbot Application\n\n## Overview\nThis is a simple chatbot application built using Flask and DeepSeek AI. The application includes user authentication, a chat interface, and a deep learning model for generating chatbot responses.\n\n## Features\n- User registration and authentication\n- Chat interface with AI-generated responses\n- SQLite database for user management\n- Dockerized for easy deployment\n\n## Prerequisites\nMake sure you have the following installed before running the application:\n- Python 3.9+\n- Docker\n- pip\n\n## Installation\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/parvvaresh/deepspeek\n   cd deepspeek\n   ```\n\n2. Install dependencies:\n   ```sh\n   pip install -r requirements.txt\n   ```\n\n3. Download the deep learning model:\n   ```sh\n   chmod +x dl_model.sh\n   ./dl_model.sh\n   ```\n\n4. Initialize the database:\n   ```sh\n   python app.py\n   ```\n\n## Running the Application\n\n### Using Python\n```sh\npython app.py\n```\n\n### Using Docker\n1. Build the Docker image:\n   ```sh\n   docker build -t flask-chatbot .\n   ```\n2. Run the container:\n   ```sh\n   docker run -p 9090:9090 flask-chatbot\n   ```\n\n## API Endpoints\n- `GET /` - Home page\n- `GET /register` - Registration page\n- `POST /register` - Handle user registration\n- `GET /login` - Login page\n- `POST /login` - Handle user login\n- `GET /chat` - Chat interface\n- `POST /chat` - Get AI-generated chatbot response\n\n## Technologies Used\n- Flask\n- SQLite\n- Bcrypt\n- Ollama AI\n- Docker\n\n## License\nThis project is open-source and available under the MIT License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparvvaresh%2Fdeepspeek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparvvaresh%2Fdeepspeek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparvvaresh%2Fdeepspeek/lists"}