Your Website Title
ImgCap

ImgCap

Usage Clone the repository: 1 git clone https://github.com/Sh-31/ImgCap.git Install the required dependencies: 1 2 pip3 install -r requirements.txt python3 -q -m spacy download en_core_web_sm Download the model checkpoint (manual step): ImgCap (CNN + LSTM): Download checkpoint ImgCap (CNN + LSTM + Attention): Download checkpoint Place the model checkpoint in the appropriate directory: For CNN + LSTM + Attention: ImgCap/trainning/checkpoints/attention For CNN + LSTM: ImgCap/trainning/checkpoints Run the main script (Gradio GUI for inference): ...

September 10, 10100 Â· 4 min Â· 788 words Â· Sherif Ahmed