An anime recommendation project that suggests recommended anime and their stories based on genre. I integrated the open AI API (Langchain)with a website created in Python using the streamlit framework. 🛠️ Technology Stack: Python, Langchain (OpenAI API), Streamlit"
- Open folder in Pycharm # its best for streamlit
- pip install requirement.txt # dependencies
- os.environ["OPENAI_API_KEY"] = "" # in langchain_helper.py file enter your own key you can generate your own key from here "https://openai.com/" and paste it.
- Go on terminal in Pycharm run this "streamlit run main.py" click on provided local host