Skip to content

Demo showing how to create a simple interface to interact with FirstDerm's API

Notifications You must be signed in to change notification settings

polyrand/autoderm_demo

Repository files navigation

API demo

An example of how easily you can introduce FirstDerm's API in your product.

Installation

Clone the repository:

git clone https://github.com/polyrand/firstderm_demo.git

Install the requirements in your virtual environment:

pip install fastapi
pip install python-multipart
pip install uvicorn
pip install Jinja2

Usage example

You can run the app using uvicorn:

uvicorn main:app --host 0.0.0.0 --port 8000
# or...
python3 main.py

Release History

  • 2.0
    • Update to the new API
  • 1.0
    • Initial post

Meta

Ricardo Ander-Egg Aguilar – @ricardoanderegg

https://github.com/polyrand/

Contributing

  1. Fork it (https://github.com/polyrand/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

Demo showing how to create a simple interface to interact with FirstDerm's API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages