Giter VIP home page Giter VIP logo

id-ner-spacy-fast-api's Introduction

Hi there, my name is Yudanta ๐Ÿ‘‹

Backend Developer ๐Ÿ‘จโ€๐Ÿ’ป x NLP Engineer ๐Ÿค–โค๏ธ๐Ÿ‘พ

I am a full-stack developer with over 7 years of experience in software engineering. Currently, I live as a registered alien ๐Ÿ‘ฝ in Pittsburgh, PA ๐Ÿ‡บ๐Ÿ‡ธ. I mostly work with Python for developing RESTful applications and conducting research, which includes data processing, machine learning, and everything in between. Additionally, I am a Natural Language Processing engineer who is continuously trying to develop a better and more robust Indonesian language model ๐Ÿ‡ฎ๐Ÿ‡ฉ.

const yudanta = {
    pronouns: "He" | "Him",
    askMeAbout: ["backend dev", "data engineering", "machine learning", "nlp", "tech"],
    technologies:{
        backEnd: ["python", "fastapi", "flask"],
        fronEnd: ["Streamlit", "nope"],
        mlStacks: ["Tensorflow", "PyTorch", "Keras", "MLFlow", "Spacy", "ScikitLearn", "HuggingFace"],
        database: ["MongoDB","MySQL","Neo4j", "Elasticsearch", "Redis", "RabbitMQ"],
        dataStacks: ["spark", "dask", "airflow"],
        devOps: ["Linux/Unix", "Git", "Jenkins", "Docker", "K8S"],
        misc: ["TF-Serving", "PyPy3"]
    },
    architecture: ["PubSub", "microservices", "event-driven", "MLPipeline"],
}

Currently I and my Friend (repapheng) are developing simple Indonesian NLP API backend as our weekend project under SemeruAI (our lab). Current progress can be seen here: https://fuse-id-nlp.herokuapp.com/docs

๐Ÿ”ญ Iโ€™m currently looking for new opportunity in machine learning, natural language processing, data engineering and backend engineering role.
๐Ÿ“ซ Ping me at @akuyudanta (Twitter).

id-ner-spacy-fast-api's People

Contributors

yudanta avatar

Stargazers

 avatar

Watchers

 avatar  avatar

id-ner-spacy-fast-api's Issues

Traceback error

Hi,
I have implemented spacy -fastapi service in my local machine with your code. I have used my custom model and run the main.py . However the reloader process started to load I get the traceback error as mentioned below:

2021-03-16 08:57:16,139 loglevel=INFO logger=root () L15 loading spacy nlp model
nlp_models/model_spacy
2021-03-16 08:57:16,916 loglevel=INFO logger=pytorch_transformers.modeling_bert () L226 Better speed can be achieved with apex installed from https://www.github.com/nvidia/apex .
2021-03-16 08:57:16,937 loglevel=INFO logger=pytorch_transformers.modeling_xlnet () L339 Better speed can be achieved with apex installed from https://www.github.com/nvidia/apex .
2021-03-16 08:57:17,827 loglevel=INFO logger=root () L19 done loading spacy nlp model
Process SpawnProcess-1:
Traceback (most recent call last):
File "/opt/conda/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/opt/conda/lib/python3.6/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
File "/opt/conda/lib/python3.6/site-packages/uvicorn/subprocess.py", line 61, in subprocess_started
target(sockets=sockets)
File "/opt/conda/lib/python3.6/site-packages/uvicorn/main.py", line 407, in run
loop.run_until_complete(self.serve(sockets=sockets))
File "uvloop/loop.pyx", line 1417, in uvloop.loop.Loop.run_until_complete
File "/opt/conda/lib/python3.6/site-packages/uvicorn/main.py", line 414, in serve
config.load()
File "/opt/conda/lib/python3.6/site-packages/uvicorn/config.py", line 300, in load
self.loaded_app = import_from_string(self.app)
File "/opt/conda/lib/python3.6/site-packages/uvicorn/importer.py", line 20, in import_from_string
module = importlib.import_module(module_str)
File "/opt/conda/lib/python3.6/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 994, in _gcd_import
File "", line 971, in _find_and_load
File "", line 955, in _find_and_load_unlocked
File "", line 665, in _load_unlocked
File "", line 678, in exec_module
File "", line 219, in _call_with_frames_removed
File "./app/main.py", line 47, in
from .routes import nlp
File "./app/routes/nlp.py", line 15, in
404: {'description': 'Not Found'}
TypeError: init() got an unexpected keyword argument 'prefix'

Can you please help me out .

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.