Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Captioning-Image

How to Install

Install by Code

  • Clone the repository
git clone https://github.com/farismnrr/Captioning-Image.git
  • Change the directory cd Captioning-Image
  • Create Virtual Environment (Windows)
pip install virtualenv
python -m venv myenv
myenv\Scripts\activate
  • Create Virtual Environment (Linux)
sudo apt install python3-venv
python -m venv myenv
source myenv/bin/activate
  • Install all depedendependencies
pip install -r requirements.txt
  • Training the model and run the app
uvicorn main:app --reload --host 0.0.0.0 --port 80

Install by Docker

docker run -d -p 8000:8000 --name image-captioning farismnrr/image-captioning:latest

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages