Skip to content

raihanhbh/rdf-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone from Repo: git clone https://github.com/raihanhbh/rdf-api.git

Create Virtual Env: python3 -m venv ENV3.7 Activate: source ENV3.7/bin/activate

Install requirements.txt: pip3 install -r requirements.txt

Run the Application: python app.py

In Browser: http://localhost:5000/upload

Docker Build: docker build -t my_rdf_api:latest . Run from Docker: docker run -p 5000:5000 my_rdf_api:latest Docker Check running containers: docker ps

About

A python flusk based API to test RDF algo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published