Hi there! 👋 We're excited to have you on board. The OpenAI FineTuning Data preparation software was designed specifically for a research project!
- Documentation: User Interface: Streamlit Documentation 📚
- Documentation: LLM Agent Framework: LangChain Documentation 📚
- Ubuntu: GNU/Linux: Ubuntu Install 😊
- Windows: WSL: WSL 😊
- Instructions:
- Install requirements.txt: pip3 install -r requirements.txt
- Create a file named .env in the root directory
- On the first line, write OPENAI_API_KEY="INSERT API KEY HERE"
- Type streamlit run main.py