群馬県でPythonを使ったAIやシステムを開発しているファントム

Navigation
群馬県でPythonを使ったAIやシステムを開発しているファントム

群馬県でPythonを使ったAIやシステムを開発しているファントムです。企業の経営課題を最適なテクノロジーで解決します。テックブログではPythonを中心にプログラミングに役立つ情報を発信しています。

投稿を検索する


  • 株式会社ファントム コーポレートサイト

カテゴリー



  • AWS 16
  • Django 45
  • FastAPI 4
  • Flask 8
  • GCP 1
  • Information 37
  • Other 32
  • PHP 2
  • Python 93
  • Pythonista 3
  • Rust 1

タグ


Alembic API argparse Beautiful Soup black Channels charset CodeCommit datetime Django REST framework Docker enumerate f-string git GitHub glob Google Colaboratory i18n IAM Internship Jupyter Lambda Matplotlib Nginx OpenCV pandas PIL Pillow PostgreSQL PyCharm PyCon pyenv PyTorch Redis Rembg ReportLab requests S3 Sentry slack tqdm uWSGI venv Vue.js youtube
このサイトはreCAPTCHAによって保護されており、Googleのプライバシーポリシーと利用規約が適用されます。

© 2022 Fantom, Inc.

Hydra WordPress Theme by EckoThemes.

Published with WordPress.

Related Articles

Filter by Category

  • Python(93)
  • Django(45)
  • Information(37)
  • Other(32)
  • AWS(16)
  • Flask(8)
  • FastAPI(4)
  • Pythonista(3)
  • PHP(2)
  • GCP(1)
  • Rust(1)

Filter by Author

  • EIGHT (14)
  • hayai017 (2)
  • press (196)
Back to Latest Articles
Information

Announcement about Internships for 2022

Announcement about Internships for 2022 日本語のページ OverviewWe’re now accepting applications for full remote […]

Posted on 4th 2月 2022 by press

Information

2022年度 インターンシップについてのお知らせ

2022年度 インターンシップについてのお知らせ For English page 概要2022年度のインターンシップの募集を開始します。 募集職種・インフラエンジニア・ウェブアプリケーションエンジニア・機械学習エンジニ […]

Posted on 3rd 2月 2022 by press

Information

最新情報をお届けするメルマガ始めます

最新情報をお届けするメルマガ始めます 本ブログも開始から3年ほどが経過しこれまでに多くの方にアクセスしていただきました。なかにはブログ経由でスタッフや学生インターンとして採用にいたったり、新規プロジェクト、新規案件をまか […]

Posted on 3rd 2月 2022 by press

Python

ERROR: ResolutionImpossible

ERROR: ResolutionImpossible docker-composeコマンドでビルドした際にERROR: ResolutionImpossibleというエラーが発生しました。このエラーは複数の原因があるよ […]

Posted on 2nd 2月 2022 by press

Python

PyCharm&DockerでもBlackでコードフォーマット

PyCharm&DockerでもBlackでコードフォーマット venvなどで環境構築されたプロジェクトであれば、PyCharmのFile Wacherというプラグインでファイルの保存時にBlackによるコードの […]

Posted on 29th 1月 2022 by press

Python

Pythonでソートが効かないリストを文字列を操作してソートさせる

Pythonでソートが効かないリストを文字列を操作してソートさせる [‘01234_B.jpg?X=n…’,‘12340_A.jpg?X=n…’,& […]

Posted on 16th 1月 2022 by press

Python

PythonでXserverからメール送信

PythonでXserverからメール送信 レンタルサーバーで処理が終わった時や進捗を確認したいときにPythonでメールを送る方法です。今回はXserverでPythonを実行していますが、他のレンタルサーバーでもホス […]

Posted on 12th 1月 2022 by press

Python

UnicodeEncodeError: ‘ascii’ codec can’t encode

UnicodeEncodeError: ‘ascii’ codec can’t encode Pythonのprint() 関数で文字列を出力する時に以下の様なUnicodeEncod […]

Posted on 12th 1月 2022 by press

Other

2021年に最も読まれた記事ランキング

2021年に最も読まれた記事ランキング 早いもので今年も残すところあとわずかとなりました。今年のまとめとして2021年に最も読まれたブログをランキング形式で発表します。 第5位 第4位 第3位 第2位 第1位 1位、2位 […]

Posted on 30th 12月 2021 by press

Other

dockerignoreで転送に時間がかかるファイルを除外

dockerignoreで転送に時間がかかるファイルを除外 数GBを超えるSQLiteやメディアデータを含むプロジェクトをDocker Composeで起動する際に、ファイルの転送に時間がかかってしまいビルドがなかなか終 […]

Posted on 29th 12月 2021 by press

Other

Docker Composeで起動したコンテナ内に入る

Docker Composeで起動したコンテナ内に入る Docker Composeで起動したコンテナ内に入って処理やコマンドを実行する方法です。 コンテナ内に入るコマンド docker-compose up -dでコン […]

Posted on 29th 12月 2021 by press

Flask

Failed to find Flask application or factory in module ‘NAME’.

Failed to find Flask application or factory in module ‘NAME’. DockerでFlaskアプリケーションを起動する際にFailed to […]

Posted on 29th 12月 2021 by press

Flask

Dockerで起動するFlaskプロジェクトをPyCharmのデバッグモードで起動

Dockerで起動するFlaskプロジェクトをPyCharmのデバッグモードで起動 前回からの続きです。 前回作成したFlaskプロジェクトをPyCharmのデバッグモードで起動して、ブレークポイントを設定して任意の行で […]

Posted on 25th 12月 2021 by press

Flask

3行でDockerで起動するFlaskのミニマムアプリケーションを構築

3行でDockerで起動するFlaskのミニマムアプリケーションを構築 Flaskで”Hello, World!”を表示するだけのミニマムなアプリケーションをDockerで構築します。 リポジトリ […]

Posted on 25th 12月 2021 by press

Python

PyCharmとDockerの開発環境でのコードフォーマット

PyCharmとDockerの開発環境でのコードフォーマット 14インチのMacBook Proを新調してから開発環境をPyCharmとDockerで統一することにしました。Dockerはコンテナ単位で環境構築ができるの […]

Posted on 10th 12月 2021 by press

Other

M1 ProチップのMacBook Proを新調したので開発環境・設定をメモ(git)

M1 ProチップのMacBook Proを新調したので開発環境・設定をメモ(git) 14インチのMacBook Proを新調したので開発環境の設定をします。以前はPythonのバージョンやパッケージを管理するためにp […]

Posted on 9th 12月 2021 by press

AWS

AWS Deep Learning AMIを用いたGPU環境構築の手順

AWS Deep Learning AMIを用いたGPU環境構築の手順 今回はCUDAやcuDNN等の環境が予め構築されていて機械学習に適したインスタンスをかんたんに作成できるAWS Deep Learning AMIを […]

Posted on 7th 12月 2021 by press

Information

2021年の冬季休業のお知らせ

2021年の冬季休業のお知らせ 弊社では下記日程を冬季休業とさせていただきます。 冬季休業期間 2021年12月25日(土) ~ 2022年1月10日(月) 期間中にいただきましたお問い合わせにつきましては、冬季休業期間 […]

Posted on 3rd 12月 2021 by press

Information

NETSUGENピッチに弊社代表の石井が登壇しました

NETSUGENピッチに弊社代表の石井が登壇しました 2021年11月24日(水)に群馬県庁32階官民共創スペースNETSUGENで開催された、NETSUGENピッチ #7「RAITO採択スタートアップ特集」に弊社代表の […]

Posted on 30th 11月 2021 by press

Information

令和3年ビジネスマッチングフェアに出展しました

令和3年ビジネスマッチングフェアに出展しました 2021年11月11日(木)に桐生信用金庫と桐生商工会議所、桐生、みどり両市などが主催するビジネス展示商談会「ビジネスマッチングフェア」に出展しました。 開催概要 令和3年 […]

Posted on 12th 11月 2021 by press

View Latest Posts
Information

Announcement about Internships for 2022


press
Announcement about Internships for 2022
Posted on 4th 2月 2022 by press

Announcement about Internships for 2022

日本語のページ

Overview
We’re now accepting applications for full remote internships for 2022!

Available Positions
Infrastructure Engineer
Web Application Engineer
Machine Learning Engineer
UI/UX Designer
Graphic Designer
Marketer
Writer

Estimated salary
1,500 yen ~ / hour

Working hours
Weekdays 10:00 – 18:00 (shift system)

Job Description
AI development and system development using Python
Development of in-house products using Django and Flask
Deployment to VPS and AWS
Marketing
Content creation

Results in 2021
Video sharing website (Python / Django)
Skeletal detection and analysis (Python)
Text mining (Python)
Others

Application Requirements
Students belonging to university, graduate school, technical college, or vocational school (*Faculty, department, or major is not required)
Able to work at least two days a week on weekdays.

Participating students in 2021
Waseda University
Tokyo University of Science
Ritsumeikan University
Kindai University
Takasaki City University of Economics
Other

Internship period
~3 months (*The period can be extended upon request)

Location / Area
Head office is located in Gunma, but remote participation is possible.

Number of applicants
About 3 people
We may stop accepting applications as soon as we reach capacity.

Application period
Anytime until capacity is reached

Recommended for
People who are fascinated by applying AI technology to business and service applications.
Want to deliver your products to various people.
Want to challenge with discretion from a young age

Response to the new coronavirus
In light of the recent outbreak of the new coronavirus, Phantom has taken measures to ensure the health of all applicants by moving all screening procedures online. (In 2021, the selection process was conducted with full remote control.)

Company Information
As a company that is changing the future of the nursing care industry with the power of technology, we are developing the nursing care recording system “Vital Checker” and the AI camera “Casper” mainly in Gunma Prefecture. Currently, we are developing products for the nursing care industry and contract development mainly for the manufacturing industry at a 50-50 ratio.

Company culture and climate
As a company with 3 employees and an average age of 28, we can focus on product development with maximum responsibility and discretion.

System architecture

Programming LanguagePython
FrameworksDjango, Flask, FastAPI
Web servernginx
AP serverGunicorn, Uvicorn
Server OSUbuntu
DBPostgreSQL
Development EnvironmentDocker, venv, pip, pipenv

株式会社ファントムへのお問い合わせ

群馬県でPythonを使ったAIやソフトウェアを開発している株式会社ファントムが運営しています。




    press
    • Share Article:
    • Twitter
    • Facebook
    • Pinterest
    • LinkedIn
    • Reddit
    Show Comments (0)

    Comments

    Cancel Reply

    コメントを投稿するにはログインしてください。

    Related Articles

    Information

    信州ベンチャーサミットに弊社代表の石井が登壇しました

    信州ベンチャーサミットに弊社代表の石井が登壇しました 2020年2月8日(土)に長野市芸術館でピッチイベント「信州ベンチャーサミット2020」に弊社代表の石井が登壇しました。

    Posted on 10th 2月 2020 by press
    Information

    SDGsぐんまビジネスプラクティスに選定されました

    SDGsぐんまビジネスプラクティスに選定されました 介護現場での「人とテクノロジーの協業」が業務時間の節約や精神的なゆとりの創出につながり、さらには利用者やスタッフ間の豊かなコミュニケーションを生み出し、全ての利用者が本 […]

    Posted on 5th 4月 2021 by press